# HG changeset patch # User catherine@dellzilla # Date 1237926076 14400 # Node ID 154c2e44abcebf5c8c7008bc73c1e2342d9e795f # Parent a8ac8c1b90cb6276bc571e75fcc55a9d64fde5f4 changed project homepage to doc page diff -r a8ac8c1b90cb -r 154c2e44abce setup.py --- 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'],