mirror of
https://github.com/django/django.git
synced 2025-02-21 06:46:37 +00:00
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(
|
||||
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 '
|
||||
|
Loading…
x
Reference in New Issue
Block a user