From 2ab12789176cef09d7e9cb2ff15619fa6e0b2c96 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 9 Mar 2017 19:44:54 -0700 Subject: [PATCH] Changed URL to point to new home page. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a161dab4..0ba5816e 100644 --- a/setup.py +++ b/setup.py @@ -385,7 +385,7 @@ def run(self): "See http://www.python.org/topics/database/DatabaseAPI-2.0.html.", author = "Anthony Tuininga", author_email = "anthony.tuininga@gmail.com", - url = "http://cx-oracle.sourceforge.net", + url = "https://oracle.github.io/python-cx_Oracle", ext_modules = [extension], keywords = "Oracle", license = "BSD License",