Mercurial > sqlpython
diff setup.py @ 343:d185c87766bd
merged with laptop changes
author | Catherine Devlin <catherine.devlin@gmail.com> |
---|---|
date | Tue, 14 Apr 2009 16:44:26 -0400 |
parents | aa16fe026f01 |
children | c652478be4fd |
line wrap: on
line diff
--- a/setup.py Tue Apr 14 16:11:59 2009 -0400 +++ b/setup.py Tue Apr 14 16:44:26 2009 -0400 @@ -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'], + install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy',], keywords = 'client oracle database', license = 'MIT', platforms = ['any'],