Mercurial > sqlpython
comparison setup.py @ 175:f19e4c198251
before adding testing
author | catherine@dellzilla |
---|---|
date | Tue, 28 Oct 2008 15:06:27 -0400 |
parents | 7a581c412cf1 |
children | 2ab3a24d7974 |
comparison
equal
deleted
inserted
replaced
174:76737c0535b8 | 175:f19e4c198251 |
---|---|
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.3.7','cx_Oracle','genshi>=0.5'], | 20 install_requires=['pyparsing','cmd2>=0.4','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] |