Mercurial > sqlpython
comparison setup.py @ 313:22fc9a350eaa
finally, ls working right
author | catherine@Elli.myhome.westell.com |
---|---|
date | Mon, 30 Mar 2009 13:15:36 -0400 |
parents | 154c2e44abce |
children | f200a222a936 |
comparison
equal
deleted
inserted
replaced
312:c6abd01fe3e1 | 313:22fc9a350eaa |
---|---|
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.2", | 12 version="1.6.3", |
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", |