Skip to content

Commit 5e30bfa

Browse files
graingertpajod
authored andcommitted
add changelog to project.urls (updated for PEP621)
1 parent 481c3f9 commit 5e30bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requires = ["setuptools>=61.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6+
# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
67
name = "gunicorn"
78
authors = [{name = "Benoit Chesneau", email = "[email protected]"}]
89
license = {text = "MIT"}
@@ -46,6 +47,7 @@ Homepage = "https://gunicorn.org"
4647
Documentation = "https://docs.gunicorn.org"
4748
"Issue tracker" = "https://github.com/benoitc/gunicorn/issues"
4849
"Source code" = "https://github.com/benoitc/gunicorn"
50+
Changelog = "https://docs.gunicorn.org/en/stable/news.html"
4951

5052
[project.optional-dependencies]
5153
gevent = ["gevent>=1.4.0"]

0 commit comments

Comments
 (0)