From 61aa54128e705ce9ae98444833963d0bf3dc37e2 Mon Sep 17 00:00:00 2001 From: Alexei Barantsev Date: Sat, 14 Mar 2015 01:23:39 +0300 Subject: [PATCH] python: Fixing the link to the project home page in the package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a820a4c3f3fec..ec45745fada1c 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'version': "2.45.0", 'description': 'Python bindings for Selenium', 'long_description': open(join(abspath(dirname(__file__)), "py", "README")).read(), - 'url': 'http://code.google.com/p/selenium/', + 'url': 'https://github.com/SeleniumHQ/selenium/', 'classifiers': ['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',