Mercurial > sqlpython
comparison setup.py @ 100:489c25782e0b
demands cmd2 0.3.3
author | catherine@localhost |
---|---|
date | Wed, 28 May 2008 09:43:38 -0400 |
parents | f65de7b5051e |
children | 4aa28dffe658 |
comparison
equal
deleted
inserted
replaced
99:f65de7b5051e | 100:489c25782e0b |
---|---|
7 Programming Language :: SQL | 7 Programming Language :: SQL |
8 Topic :: Database :: Front-Ends | 8 Topic :: Database :: Front-Ends |
9 Operating System :: OS Independent""".splitlines() | 9 Operating System :: OS Independent""".splitlines() |
10 | 10 |
11 setup(name="sqlpython", | 11 setup(name="sqlpython", |
12 version="1.4.4", | 12 version="1.4.5", |
13 description="Command-line interface to Oracle", | 13 description="Command-line interface to Oracle", |
14 long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", | 14 long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", |
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 py_modules = ['mysqlpy','sqlpyPlus','sqlpython'], | 19 py_modules = ['mysqlpy','sqlpyPlus','sqlpython'], |
20 include_package_data=True, | 20 include_package_data=True, |
21 install_requires=['pyparsing','cmd2','cx_Oracle'], | 21 install_requires=['pyparsing','cmd2>=0.3.3','cx_Oracle'], |
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] |