From db2f62643fe69121ad194ead3ce45bdad768846c 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 80fdde9d..5a9cfffb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ dependencies = [] [project.urls] +Documentation = "https://packaging.pypa.io/" Source = "https://github.com/pypa/packaging"