Remove entry point
This commit is contained in:
5
setup.py
5
setup.py
@@ -55,11 +55,6 @@ setup(
|
|||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
],
|
],
|
||||||
description="a python library for fetching youtube live chat.",
|
description="a python library for fetching youtube live chat.",
|
||||||
entry_points=
|
|
||||||
'''
|
|
||||||
[console_scripts]
|
|
||||||
pytchat=pytchat.cli:main
|
|
||||||
''',
|
|
||||||
install_requires=_requirements(),
|
install_requires=_requirements(),
|
||||||
keywords='youtube livechat asyncio',
|
keywords='youtube livechat asyncio',
|
||||||
license=license,
|
license=license,
|
||||||
|
|||||||
Reference in New Issue
Block a user