From 24b6d28baf559e151fc96ce2c15d17dfd78da479 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 22:55:07 +0200 Subject: fixed start scripts --- pavement.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pavement.py') diff --git a/pavement.py b/pavement.py index a458194b7..654a72df1 100644 --- a/pavement.py +++ b/pavement.py @@ -67,12 +67,11 @@ setup( #setup_requires=["setuptools_hg"], test_suite='nose.collector', tests_require=['nose', 'websocket-client >= 0.8.0', 'requests >= 1.2.2'], - scripts=['pyload.py', 'pyload-cli.py'], - # entry_points={ - # 'console_scripts': [ - # 'pyload = pyload:main', - # 'pyload-cli = pyload_cli:main' #TODO fix - # ]}, + entry_points={ + 'console_scripts': [ + 'pyload = pyload.Core:main', + 'pyload-cli = pyload.cli.Cli:main' + ]}, zip_safe=False, classifiers=[ "Development Status :: 5 - Production/Stable", -- cgit v1.2.3