diff setup.py @ 300:154c2e44abce

changed project homepage to doc page
author catherine@dellzilla
date Tue, 24 Mar 2009 16:21:16 -0400
parents 569cba4da162
children 22fc9a350eaa
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'],