update setup.py artifact and add dunder files

master
Malar 2019-10-02 00:42:02 +05:30
parent 0682eddfdc
commit acfcadac47
3 changed files with 4 additions and 3 deletions

0
__init__.py Normal file
View File

4
__main__.py Normal file
View File

@ -0,0 +1,4 @@
from .taco2.tts import main
if __name__ == '__main__':
main()

View File

@ -23,6 +23,3 @@ test = pytest
[tool:pytest]
collect_ignore = ['setup.py']
[easy_install]
index-url = http://localhost:8080/simple