summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-09-23 00:37:19 +0100
committerTim Graham <timograham@gmail.com>2016-09-22 19:37:19 -0400
commit78ec4dfeffccb08fe4c2314d5f044c147ada30c9 (patch)
tree9b1a4fb686555b9df544c9da5c19f553e4d96335 /setup.py
parent13a8e633c273530ebd8d93490a7341a8aabb7346 (diff)
downloaddjango-78ec4dfeffccb08fe4c2314d5f044c147ada30c9.tar.gz
Used HTTPS link to djangoproject.com in setup.py.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4b18495bea..2d7080a131 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ version = __import__('django').get_version()
setup(
name='Django',
version=version,
- url='http://www.djangoproject.com/',
+ url='https://www.djangoproject.com/',
author='Django Software Foundation',
author_email='foundation@djangoproject.com',
description=('A high-level Python Web framework that encourages '