From d08117d5f2d0c7a64f96be2e1d6e976747e4e7c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 19 Aug 2023 13:36:18 +0300 Subject: [PATCH] More experiments --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 68c05828..c238b116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ ] dynamic = ["version"] + [project.urls] Documentation = "https://anyio.readthedocs.io/en/latest/" Changelog = "https://anyio.readthedocs.io/en/stable/versionhistory.html"