Mercurial > sqlpython
comparison setup.py @ 359:f42f92dc7464
silencing baseexception warnings
author | catherine@cordelia |
---|---|
date | Mon, 01 Jun 2009 16:23:44 -0400 |
parents | cdd403e73132 |
children | 5e98e7917de8 |
comparison
equal
deleted
inserted
replaced
358:cdd403e73132 | 359:f42f92dc7464 |
---|---|
15 author="Luca Canali", | 15 author="Luca Canali", |
16 author_email="luca.canali@cern.ch", | 16 author_email="luca.canali@cern.ch", |
17 url="http://packages.python.org/sqlpython", | 17 url="http://packages.python.org/sqlpython", |
18 packages=find_packages(), | 18 packages=find_packages(), |
19 include_package_data=True, | 19 include_package_data=True, |
20 install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1' | 20 install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1', |
21 'genshi>=0.5','sqlalchemy'], | 21 'genshi>=0.5','sqlalchemy'], |
22 keywords = 'client oracle database', | 22 keywords = 'client oracle database', |
23 license = 'MIT', | 23 license = 'MIT', |
24 platforms = ['any'], | 24 platforms = ['any'], |
25 entry_points = """ | 25 entry_points = """ |