Mercurial > sqlpython
comparison setup.py @ 353:09bb5789e72d nogerald branch; 1.6.5
making the nogerald branch
author | catherine@cordelia |
---|---|
date | Wed, 29 Apr 2009 08:36:09 -0400 |
parents | 001d01eeac90 |
children | c86177642f75 |
comparison
equal
deleted
inserted
replaced
340:001d01eeac90 | 353:09bb5789e72d |
---|---|
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.4", | 12 version="1.6.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="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.2','cx_Oracle','genshi>=0.5','sqlalchemy','gerald'], | 20 install_requires=['pyparsing','cmd2>=0.5.2','cx_Oracle','genshi>=0.5','sqlalchemy'], |
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] |