We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481c3f9 commit 5e30bfaCopy full SHA for 5e30bfa
pyproject.toml
@@ -3,6 +3,7 @@ requires = ["setuptools>=61.2"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
+# see https://packaging.python.org/en/latest/specifications/pyproject-toml/
7
name = "gunicorn"
8
authors = [{name = "Benoit Chesneau", email = "[email protected]"}]
9
license = {text = "MIT"}
@@ -46,6 +47,7 @@ Homepage = "https://gunicorn.org"
46
47
Documentation = "https://docs.gunicorn.org"
48
"Issue tracker" = "https://github.com/benoitc/gunicorn/issues"
49
"Source code" = "https://github.com/benoitc/gunicorn"
50
+Changelog = "https://docs.gunicorn.org/en/stable/news.html"
51
52
[project.optional-dependencies]
53
gevent = ["gevent>=1.4.0"]
0 commit comments