diff 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
line wrap: on
line diff
--- a/setup.py	Tue May 10 10:26:19 2011 -0700
+++ b/setup.py	Tue May 10 19:00:57 2011 -0700
@@ -25,6 +25,8 @@
       install_requires=dependencies,
       entry_points="""
       # -*- Entry points: -*-
+      [console_scripts]
+      pyloader = pyloader.invoke:main
       """,
       )