From 2af502817a773e077250cf0396be6aafafc93403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 24 Feb 2024 18:01:35 +0200 Subject: [PATCH] Added project URLs --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index cd80444..beaa378 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,11 @@ classifiers = [ requires-python = ">= 3.7" dynamic = ["version"] +[project.urls] +Homepage = "https://github.com/python-trio/sniffio" +Documentation = "https://sniffio.readthedocs.io/" +Changelog = "https://sniffio.readthedocs.io/en/latest/history.html" + [tool.setuptools.dynamic] version = {attr = "sniffio._version.__version__"}