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