Mercurial > hg > pyloader
comparison setup.py @ 4:5ce55f6c8964
invokation works in the barest sense
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 10 May 2011 19:00:57 -0700 |
parents | 6cb7696edc4d |
children | b57de7c38a74 |
comparison
equal
deleted
inserted
replaced
3:65d9a7c7ac63 | 4:5ce55f6c8964 |
---|---|
23 include_package_data=True, | 23 include_package_data=True, |
24 zip_safe=False, | 24 zip_safe=False, |
25 install_requires=dependencies, | 25 install_requires=dependencies, |
26 entry_points=""" | 26 entry_points=""" |
27 # -*- Entry points: -*- | 27 # -*- Entry points: -*- |
28 [console_scripts] | |
29 pyloader = pyloader.invoke:main | |
28 """, | 30 """, |
29 ) | 31 ) |
30 | 32 |
31 | 33 |