From 75bae36b87b03117d2706403ca15bc0c953954e1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 26 Aug 2022 19:05:32 -0400 Subject: [PATCH] Update pyproject.toml Co-authored-by: Brett Cannon --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c535634e..fb60c83a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ dependencies = [] [project.urls] +Documentation = "https://packaging.pypa.io/" Source = "https://github.com/pypa/packaging"