Mercurial > sqlpython
comparison setup.py @ 301:d79e885fa84f
longer long_description
author | catherine@Elli.myhome.westell.com |
---|---|
date | Tue, 24 Mar 2009 09:13:57 -0400 |
parents | aec778ef82b6 |
children |
comparison
equal
deleted
inserted
replaced
289:3cade02da892 | 301:d79e885fa84f |
---|---|
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.1", | 12 version="1.6.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 Issue ad-hoc or scripted SQL queries. Options for specially formatted output, | |
16 data dictionary access, and Python access to query result sets. | |
17 """, | |
15 author="Luca Canali", | 18 author="Luca Canali", |
16 author_email="luca.canali@cern.ch", | 19 author_email="luca.canali@cern.ch", |
17 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", | 20 url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", |
18 packages=find_packages(), | 21 packages=find_packages(), |
19 include_package_data=True, | 22 include_package_data=True, |