Mercurial > sqlpython
comparison setup.py @ 150:b00a020b81c6
ready ? with 1.4.9
author | catherine@dellzilla |
---|---|
date | Fri, 26 Sep 2008 13:03:10 -0400 |
parents | 3b1e25cc0e38 |
children | 802d8df993da |
comparison
equal
deleted
inserted
replaced
149:3b1e25cc0e38 | 150:b00a020b81c6 |
---|---|
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 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates'], | 19 py_modules = ['mysqlpy','completion','sqlpyPlus','sqlpython','pexpecter','output_templates'], |
20 include_package_data=True, | 20 include_package_data=True, |
21 install_requires=['pyparsing','cmd2>=0.3.6','cx_Oracle','genshi'], | 21 install_requires=['pyparsing','cmd2>=0.3.7','cx_Oracle','genshi'], |
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 = """ |
26 [console_scripts] | 26 [console_scripts] |