diff setup.py @ 5:3464eda1af80

better formatting for command line
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 01 Aug 2011 21:54:31 -0700
parents 2a0f13707ccb
children 0ce6b501f62d
line wrap: on
line diff
--- a/setup.py	Mon Aug 01 18:31:27 2011 -0700
+++ b/setup.py	Mon Aug 01 21:54:31 2011 -0700
@@ -29,7 +29,7 @@
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]
-      document_it = document_it:main
+      document-it = document_it:main
       """,
       )