From 8fd0a22b2265a9136aac032fd7c6ca1d3dd8a4fe Mon Sep 17 00:00:00 2001 From: stroeder Date: Tue, 16 Feb 2016 18:01:35 +0000 Subject: [PATCH] Consequently use HTTPS links --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 868d2f0..4d435f1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ See http://www.python-ldap.org/ for details. -$Id: setup.py,v 1.73 2015/09/19 13:38:30 stroeder Exp $ +$Id: setup.py,v 1.74 2016/02/16 18:01:35 stroeder Exp $ """ has_setuptools = False @@ -91,8 +91,8 @@ class OpenLDAP2: """, author = 'python-ldap project', author_email = 'python-ldap@python.org', - url = 'http://www.python-ldap.org/', - download_url = 'http://pypi.python.org/pypi/python-ldap/', + url = 'https://www.python-ldap.org/', + download_url = 'https://pypi.python.org/pypi/python-ldap/', classifiers = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',