Mercurial > sqlpython
diff setup.py @ 250:aec778ef82b6
print full help on -h
author | catherine@Elli.myhome.westell.com |
---|---|
date | Thu, 12 Mar 2009 07:58:42 -0400 |
parents | 8866fe0706c3 |
children | 569cba4da162 d79e885fa84f |
line wrap: on
line diff
--- a/setup.py Wed Mar 11 12:49:02 2009 -0400 +++ b/setup.py Thu Mar 12 07:58:42 2009 -0400 @@ -9,7 +9,7 @@ Operating System :: OS Independent""".splitlines() setup(name="sqlpython", - version="1.6.0", + version="1.6.1", description="Command-line interface to Oracle", long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali", @@ -17,7 +17,7 @@ url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", packages=find_packages(), include_package_data=True, - install_requires=['pyparsing','cmd2>=0.4.7','cx_Oracle','genshi>=0.5'], + install_requires=['pyparsing','cmd2>=0.4.8','cx_Oracle','genshi>=0.5'], keywords = 'client oracle database', license = 'MIT', platforms = ['any'],