# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1237900437 14400 # Node ID d79e885fa84f47701a08a4ea6a8574691646a799 # Parent 3cade02da8928ecfa575e7979fbaa882ef62eed3 longer long_description diff -r 3cade02da892 -r d79e885fa84f setup.py --- 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",