setup.py update

This commit is contained in:
Eren Golge
2019-09-05 12:54:45 +02:00
parent dc69074a56
commit 8ff17dfab1
3 changed files with 406 additions and 102 deletions
+3
View File
@@ -90,4 +90,7 @@ setup(
"soundfile",
"phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",
],
dependency_links=[
"http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer-1.0.1"
]
)