Mercurial > sqlpython
comparison setup.py @ 127:5d3f0b9c01df
resolve ambiguities in resolve
author | catherine@localhost |
---|---|
date | Mon, 04 Aug 2008 11:06:25 -0400 |
parents | d0e071e19c26 |
children | 4c59f4a8b680 |
comparison
equal
deleted
inserted
replaced
126:d0e071e19c26 | 127:5d3f0b9c01df |
---|---|
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.4.7", | 12 version="1.4.7.1", |
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="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", | 17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", |