diff --git a/setup.cfg b/setup.cfg index 9d7f6b3..47189bf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,6 +14,10 @@ classifier = Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.6 +[files] +packages = + turbo_hipster + [pbr] warnerrors = True @@ -23,7 +27,7 @@ setup-hooks = [entry_points] console_scripts = - worker_server = turbo_hipster.worker_server:main + turbo-hipster = turbo_hipster.worker_server:main [build_sphinx] source-dir = doc/source