Mercurial > sqlpython
comparison setup.py @ 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 |
comparison
equal
deleted
inserted
replaced
49:8ce9e85a2a32 | 50:c090fbf19376 |
---|---|
24 classifiers = classifiers, | 24 classifiers = classifiers, |
25 license = 'MIT', | 25 license = 'MIT', |
26 maintainer = 'Catherine Devlin', | 26 maintainer = 'Catherine Devlin', |
27 maintainer_email = 'catherine.devlin@gmail.com', | 27 maintainer_email = 'catherine.devlin@gmail.com', |
28 platforms = ['any'], | 28 platforms = ['any'], |
29 entry_points={ | 29 entry_points = """ |
30 "console_scripts": [ | 30 [console_scripts] |
31 "sqlpython = mysqlpy:run",] | 31 sqlpython = sqlpython.mysqlpy:run""" |
32 }, | |
33 ) | 32 ) |
34 | 33 |
35 | 34 |