# HG changeset patch # User catherine@DellZilla.myhome.westell.com # Date 1207163154 14400 # Node ID fe017e9fe44e59f6db1232f00dc389154592fca5 # Parent c090fbf1937651eadc37061c591f95ca12def302 fixing features keyword in setup diff -r c090fbf19376 -r fe017e9fe44e setup.py --- 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""" ) - - +