# HG changeset patch # User catherine@DellZilla.myhome.westell.com # Date 1207106994 14400 # Node ID c090fbf1937651eadc37061c591f95ca12def302 # Parent 8ce9e85a2a32f86d4671f1390a44fa211c4abf89 this setup.py doesn't work diff -r 8ce9e85a2a32 -r c090fbf19376 setup.py --- 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""" )