Used HTTPS link to djangoproject.com in setup.py.

This commit is contained in:
Adam Chainz 2016-09-23 00:37:19 +01:00 committed by Tim Graham
parent 13a8e633c2
commit 78ec4dfeff
1 changed files with 1 additions and 1 deletions

View File

@ -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 '