Mercurial > sqlpython
comparison setup.py @ 443:cd015f2bff44
synch with work
author | catherine@Drou |
---|---|
date | Mon, 08 Feb 2010 08:00:08 -0500 |
parents | e728bf6336df |
children | e89db2eaa0b4 |
comparison
equal
deleted
inserted
replaced
442:5497ae28bc70 | 443:cd015f2bff44 |
---|---|
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.8", | 12 version="1.7.0", |
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.6','gerald>=0.3.1', | 20 install_requires=['pyparsing','cmd2>=0.6.0','gerald>=0.3.5', |
21 'genshi>=0.5','sqlalchemy>=0.5.5'], | 21 'genshi>=0.5','sqlalchemy>=0.5.5'], |
22 extras_require = { | 22 extras_require = { |
23 'oracle': ['cx_Oracle>=5.0.2'], | 23 'oracle': ['cx_Oracle>=5.0.2'], |
24 'postgres': ['psycopg2'], | 24 'postgres': ['psycopg2'], |
25 }, | 25 }, |