Mercurial > sqlpython
comparison setup.py @ 380:9fc0da48b2c4 1.6.8
v1.6.8
author | catherine@cordelia |
---|---|
date | Wed, 02 Sep 2009 09:44:08 -0400 |
parents | 832ec6607b22 |
children | 9c724e555c91 |
comparison
equal
deleted
inserted
replaced
375:9d0a3ab7f573 | 380:9fc0da48b2c4 |
---|---|
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.7", | 12 version="1.6.8", |
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", |