Mercurial > sqlpython
comparison setup.py @ 182:2ab3a24d7974
noSpecialPush
author | catherine@dellzilla |
---|---|
date | Fri, 07 Nov 2008 16:14:21 -0500 |
parents | f19e4c198251 |
children |
comparison
equal
deleted
inserted
replaced
181:b5114b8828b1 | 182:2ab3a24d7974 |
---|---|
15 author="Luca Canali", | 15 author="Luca Canali", |
16 author_email="luca.canali@cern.ch", | 16 author_email="luca.canali@cern.ch", |
17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", | 17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/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.4','cx_Oracle','genshi>=0.5'], | 20 install_requires=['pyparsing','cmd2>=0.4.3','cx_Oracle','genshi>=0.5'], |
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] |