summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 22:55:07 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 22:55:07 +0200
commit24b6d28baf559e151fc96ce2c15d17dfd78da479 (patch)
tree6dfc34734f3fc10a89ea66304795da4fb51fb7e2 /pavement.py
parentfixing imports when changing cwd (diff)
downloadpyload-24b6d28baf559e151fc96ce2c15d17dfd78da479.tar.xz
fixed start scripts
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py11
1 files changed, 5 insertions, 6 deletions
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",