From 2883f1a3aecaae0c0098aa5081ca5d75cf67ea0b Mon Sep 17 00:00:00 2001 From: raylu <90059+raylu@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:26:27 -0700 Subject: [PATCH] link to docs from pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b78e5d0..2d67596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ ] [project.urls] homepage = 'https://github.com/raylu/pigwig' -issues = 'https://github.com/raylu/pigwig/issues' +docs = 'https://pigwig.rtfd.org' [build-system] requires = ['setuptools>=69'] build-backend = 'setuptools.build_meta'