mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add changelog to project.urls (updated for PEP621)
This commit is contained in:
parent
481c3f9522
commit
5e30bfa6b1
@ -3,6 +3,7 @@ requires = ["setuptools>=61.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
|
||||
name = "gunicorn"
|
||||
authors = [{name = "Benoit Chesneau", email = "benoitc@gunicorn.org"}]
|
||||
license = {text = "MIT"}
|
||||
@ -46,6 +47,7 @@ Homepage = "https://gunicorn.org"
|
||||
Documentation = "https://docs.gunicorn.org"
|
||||
"Issue tracker" = "https://github.com/benoitc/gunicorn/issues"
|
||||
"Source code" = "https://github.com/benoitc/gunicorn"
|
||||
Changelog = "https://docs.gunicorn.org/en/stable/news.html"
|
||||
|
||||
[project.optional-dependencies]
|
||||
gevent = ["gevent>=1.4.0"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user