mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add project_urls and update to https
This commit is contained in:
parent
4bed9e7b19
commit
e60a5591b0
@ -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
|
||||
------------
|
||||
|
||||
8
setup.py
8
setup.py
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user