Skip to content

Commit

Permalink
Consequently use HTTPS links
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Feb 16, 2016
1 parent 1dd979f commit 8fd0a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 8fd0a22

Please sign in to comment.