Mercurial > sqlpython
changeset 51:fe017e9fe44e
fixing features keyword in setup
author | catherine@DellZilla.myhome.westell.com |
---|---|
date | Wed, 02 Apr 2008 15:05:54 -0400 |
parents | c090fbf19376 |
children | 46e6688c1881 |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Apr 01 23:29:54 2008 -0400 +++ b/setup.py Wed Apr 02 15:05:54 2008 -0400 @@ -20,15 +20,12 @@ packages=find_packages(), install_requires=['pyparsing','cmd2','cx_Oracle'], keywords = 'client oracle database', - features = 'pexpect', - classifiers = classifiers, license = 'MIT', maintainer = 'Catherine Devlin', maintainer_email = 'catherine.devlin@gmail.com', platforms = ['any'], entry_points = """ [console_scripts] - sqlpython = sqlpython.mysqlpy:run""" + sqlpython = sqlpython.mysqlpy:run""" ) - - +