tweaking setup.py to make it work via pip

This commit is contained in:
2019-02-12 19:51:46 -05:00
parent 8a8ac24c73
commit ae722a79f1

View File

@@ -11,8 +11,8 @@ setup(
'boto3',
'requests',
],
# dependency_links=['https://github.com/zevaverbach/tatt#egg=package-0.1'],
packages=['tatt'],
include_package_data=True,
packages=find_packages(),
entry_points='''
[console_scripts]
transcribe=tatt.transcribe:cli