Mercurial > sqlpython
comparison setup.py @ 368:477f0bf652b2 1.6.7
version to 1.6.7
author | catherine@cordelia |
---|---|
date | Mon, 06 Jul 2009 08:48:16 -0400 |
parents | 5e98e7917de8 |
children | 832ec6607b22 |
comparison
equal
deleted
inserted
replaced
367:c632618f461c | 368:477f0bf652b2 |
---|---|
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.6", | 12 version="1.6.7", |
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", |