Mercurial > sqlpython
comparison setup.py @ 103:4aa28dffe658 1.4.6
command-line args working well
author | catherine@localhost |
---|---|
date | Thu, 29 May 2008 14:20:55 -0400 |
parents | 489c25782e0b |
children | 8ae2ea30095d |
comparison
equal
deleted
inserted
replaced
102:c5f601abc993 | 103:4aa28dffe658 |
---|---|
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.5", | 12 version="1.4.6", |
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", |