changeset 301:d79e885fa84f

longer long_description
author catherine@Elli.myhome.westell.com
date Tue, 24 Mar 2009 09:13:57 -0400
parents 3cade02da892
children
files setup.py
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Mar 23 08:36:02 2009 -0400
+++ b/setup.py	Tue Mar 24 09:13:57 2009 -0400
@@ -11,7 +11,10 @@
 setup(name="sqlpython",
       version="1.6.1",
       description="Command-line interface to Oracle",
-      long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface",
+      long_description="""Customizable alternative to Oracle's SQL*PLUS command-line interface.
+      Issue ad-hoc or scripted SQL queries.  Options for specially formatted output,
+      data dictionary access, and Python access to query result sets.
+      """,
       author="Luca Canali",
       author_email="luca.canali@cern.ch",
       url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython",