From d31c547818951474070036d52e0ba9a9b503e3df Mon Sep 17 00:00:00 2001 From: friedkeenan Date: Fri, 16 Jun 2023 15:52:49 -0500 Subject: [PATCH] Better configure project urls in pyproject.toml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f35c96..34e39b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ dependencies = [ ] [project.urls] -repository = "https://github.com/friedkeenan/pak" +"Documentation" = "https://pak.readthedocs.io/" +"Repository" = "https://github.com/friedkeenan/pak" [project.optional-dependencies] tests = [