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'