Skip to content

Commit 2af5028

Browse files
committed
Added project URLs
1 parent 4ca5c78 commit 2af5028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ classifiers = [
2929
requires-python = ">= 3.7"
3030
dynamic = ["version"]
3131

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+
3237
[tool.setuptools.dynamic]
3338
version = {attr = "sniffio._version.__version__"}
3439

0 commit comments

Comments
 (0)