Mercurial > sqlpython
comparison setup.py @ 358:cdd403e73132
v 1.6.6
author | catherine@cordelia |
---|---|
date | Thu, 28 May 2009 17:37:20 -0400 |
parents | 9960bece1e88 |
children | f42f92dc7464 |
comparison
equal
deleted
inserted
replaced
357:9960bece1e88 | 358:cdd403e73132 |
---|---|
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.6.5.1", | 12 version="1.6.6", |
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="http://packages.python.org/sqlpython", | 17 url="http://packages.python.org/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.5.3','cx_Oracle','genshi>=0.5','sqlalchemy'], | 20 install_requires=['pyparsing','cmd2>=0.5.4','cx_Oracle>=5.0.1' |
21 'genshi>=0.5','sqlalchemy'], | |
21 keywords = 'client oracle database', | 22 keywords = 'client oracle database', |
22 license = 'MIT', | 23 license = 'MIT', |
23 platforms = ['any'], | 24 platforms = ['any'], |
24 entry_points = """ | 25 entry_points = """ |
25 [console_scripts] | 26 [console_scripts] |