Mercurial > sqlpython
comparison setup.py @ 159:7a581c412cf1
need recent genshi
author | catherine@dellzilla |
---|---|
date | Mon, 29 Sep 2008 15:35:51 -0400 |
parents | 4927f901a634 |
children | f19e4c198251 |
comparison
equal
deleted
inserted
replaced
158:01b3454f3a5d | 159:7a581c412cf1 |
---|---|
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'], | 20 install_requires=['pyparsing','cmd2>=0.3.7','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] |