From 324c64306a2463214f36597695b61b084c301be7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 9 Jan 2014 15:34:08 -0500 Subject: Reflect the new location here as well --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09d1723..c1bde55 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup(name='pyOpenSSL', version=__version__, author_email = 'exarkun@twistedmatrix.com', maintainer = 'Jean-Paul Calderone', maintainer_email = 'exarkun@twistedmatrix.com', - url = 'https://launchpad.net/pyopenssl', + url = 'https://github.com/pyca/pyopenssl', license = 'APL2', long_description = """\ High-level wrapper around a subset of the OpenSSL library, includes -- cgit v1.2.1