rename test

This commit is contained in:
chenfeiyu 2019-11-25 10:52:49 +00:00
parent 5bd396712c
commit ffcbd38b81
4 changed files with 2 additions and 1 deletions

1
examples/train.sh Normal file
View File

@ -0,0 +1 @@
# train deepvoice 3 with ljspeech (just a place holder now)

View File

@ -40,7 +40,7 @@ setup_info = dict(
],
# Package info
packages=find_packages(exclude=('test', 'test.*')),
packages=find_packages(exclude=('tests', 'test.*')),
zip_safe=True,
)