Used HTTPS link to djangoproject.com in setup.py.
This commit is contained in:
parent
13a8e633c2
commit
78ec4dfeff
2
setup.py
2
setup.py
|
@ -35,7 +35,7 @@ version = __import__('django').get_version()
|
||||||
setup(
|
setup(
|
||||||
name='Django',
|
name='Django',
|
||||||
version=version,
|
version=version,
|
||||||
url='http://www.djangoproject.com/',
|
url='https://www.djangoproject.com/',
|
||||||
author='Django Software Foundation',
|
author='Django Software Foundation',
|
||||||
author_email='foundation@djangoproject.com',
|
author_email='foundation@djangoproject.com',
|
||||||
description=('A high-level Python Web framework that encourages '
|
description=('A high-level Python Web framework that encourages '
|
||||||
|
|
Loading…
Reference in New Issue