updated README, setup.py, and fixed #27

This commit is contained in:
2019-03-06 23:22:36 -05:00
parent e19128f46c
commit 2767f2ff55
5 changed files with 34 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ with open('README.md') as file:
setup(
name="tatt",
version="0.972",
version="0.973",
py_modules=['tatt'],
url='https://github.com/zevaverbach/tatt',
install_requires=[
@@ -14,6 +14,9 @@ setup(
'awscli',
'boto3',
'requests',
'google-cloud-speech',
'audioread',
'google-cloud-storage',
],
include_package_data=True,
packages=find_packages(),