diff setup.py @ 353:09bb5789e72d nogerald branch; 1.6.5

making the nogerald branch
author catherine@cordelia
date Wed, 29 Apr 2009 08:36:09 -0400
parents 001d01eeac90
children c86177642f75
line wrap: on
line diff
--- a/setup.py	Thu Apr 09 15:54:08 2009 -0400
+++ b/setup.py	Wed Apr 29 08:36:09 2009 -0400
@@ -9,7 +9,7 @@
 Operating System :: OS Independent""".splitlines()
 
 setup(name="sqlpython",
-      version="1.6.4",
+      version="1.6.5",
       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="http://packages.python.org/sqlpython",
       packages=find_packages(),
       include_package_data=True,    
-      install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy','gerald'],
+      install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy'],
       keywords = 'client oracle database',
       license = 'MIT',
       platforms = ['any'],