Add project_urls and update to https

This commit is contained in:
Hugo 2020-06-20 20:48:04 +03:00 committed by Berker Peksag
parent 4bed9e7b19
commit e60a5591b0
2 changed files with 8 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Feel free to join us in `#gunicorn`_ on Freenode_.
Documentation
-------------
The documentation is hosted at http://docs.gunicorn.org.
The documentation is hosted at https://docs.gunicorn.org.
Installation
------------

View File

@ -92,7 +92,13 @@ setup(
author='Benoit Chesneau',
author_email='benoitc@e-engura.com',
license='MIT',
url='http://gunicorn.org',
url='https://gunicorn.org',
project_urls={
'Documentation': 'https://docs.gunicorn.org',
'Homepage': 'https://gunicorn.org',
'Issue tracker': 'https://github.com/benoitc/gunicorn/issues',
'Source code': 'https://github.com/benoitc/gunicorn',
},
python_requires='>=3.5',
install_requires=install_requires,