Mercurial > sqlpython
comparison setup.py @ 356:c86177642f75
replacing stdout with poutput; no bracketing partial pulls with remarks
author | catherine@cordelia |
---|---|
date | Thu, 30 Apr 2009 08:48:06 -0400 |
parents | 09bb5789e72d |
children | 9960bece1e88 |
comparison
equal
deleted
inserted
replaced
355:c66240c3341a | 356:c86177642f75 |
---|---|
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.2','cx_Oracle','genshi>=0.5','sqlalchemy'], | 20 install_requires=['pyparsing','cmd2>=0.5.3','cx_Oracle','genshi>=0.5','sqlalchemy'], |
21 keywords = 'client oracle database', | 21 keywords = 'client oracle database', |
22 license = 'MIT', | 22 license = 'MIT', |
23 platforms = ['any'], | 23 platforms = ['any'], |
24 entry_points = """ | 24 entry_points = """ |
25 [console_scripts] | 25 [console_scripts] |