Remove entry point

This commit is contained in:
taizan-hokouto
2020-12-05 21:28:59 +09:00
parent f050f5d650
commit 24b9f45e4a

View File

@@ -55,11 +55,6 @@ setup(
'License :: OSI Approved :: MIT License',
],
description="a python library for fetching youtube live chat.",
entry_points=
'''
[console_scripts]
pytchat=pytchat.cli:main
''',
install_requires=_requirements(),
keywords='youtube livechat asyncio',
license=license,