From acfcadac47cbd6c29aea71a086b137dc1dd53c80 Mon Sep 17 00:00:00 2001 From: Malar Date: Wed, 2 Oct 2019 00:42:02 +0530 Subject: [PATCH] update setup.py artifact and add dunder files --- __init__.py | 0 __main__.py | 4 ++++ setup.cfg | 3 --- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 __init__.py create mode 100644 __main__.py diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/__main__.py b/__main__.py new file mode 100644 index 0000000..920c67a --- /dev/null +++ b/__main__.py @@ -0,0 +1,4 @@ +from .taco2.tts import main + +if __name__ == '__main__': + main() diff --git a/setup.cfg b/setup.cfg index 82236da..da3e05d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,6 +23,3 @@ test = pytest [tool:pytest] collect_ignore = ['setup.py'] - -[easy_install] -index-url = http://localhost:8080/simple