comparison setup.py @ 151:802d8df993da

midway through making plots saveable
author catherine@dellzilla
date Fri, 26 Sep 2008 16:11:29 -0400
parents b00a020b81c6
children 4680d0629b82
comparison
equal deleted inserted replaced
150:b00a020b81c6 151:802d8df993da
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.9", 12 version="1.5.0",
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",