changeset 50:c090fbf19376

this setup.py doesn't work
author catherine@DellZilla.myhome.westell.com
date Tue, 01 Apr 2008 23:29:54 -0400
parents 8ce9e85a2a32
children fe017e9fe44e
files setup.py
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Apr 01 23:20:49 2008 -0400
+++ b/setup.py	Tue Apr 01 23:29:54 2008 -0400
@@ -26,10 +26,9 @@
       maintainer = 'Catherine Devlin',
       maintainer_email = 'catherine.devlin@gmail.com',
       platforms = ['any'],
-      entry_points={
-      "console_scripts": [
-      "sqlpython = mysqlpy:run",]
-      },
+      entry_points = """
+                   [console_scripts]
+                   sqlpython = sqlpython.mysqlpy:run"""
      )