We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca5c78 commit 2af5028Copy full SHA for 2af5028
pyproject.toml
@@ -29,6 +29,11 @@ classifiers = [
29
requires-python = ">= 3.7"
30
dynamic = ["version"]
31
32
+[project.urls]
33
+Homepage = "https://github.com/python-trio/sniffio"
34
+Documentation = "https://sniffio.readthedocs.io/"
35
+Changelog = "https://sniffio.readthedocs.io/en/latest/history.html"
36
+
37
[tool.setuptools.dynamic]
38
version = {attr = "sniffio._version.__version__"}
39
0 commit comments