Mercurial > sqlpython
changeset 300:154c2e44abce
changed project homepage to doc page
author | catherine@dellzilla |
---|---|
date | Tue, 24 Mar 2009 16:21:16 -0400 |
parents | a8ac8c1b90cb |
children | ee5bec997cd3 98975ce340ac |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Mar 24 16:09:29 2009 -0400 +++ b/setup.py Tue Mar 24 16:21:16 2009 -0400 @@ -14,7 +14,7 @@ long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali", author_email="luca.canali@cern.ch", - url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", + url="http://packages.python.org/sqlpython", packages=find_packages(), include_package_data=True, install_requires=['pyparsing','cmd2>=0.5.0','cx_Oracle','genshi>=0.5'],