From 286862ebaf6f0ce68cbe98ecd767867c39dfbed4 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 11 Jun 2025 17:33:36 -0600 Subject: [PATCH] docs: add Documentation URL to project metadata --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9d52541..8998595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dev = [ [project.urls] Homepage = "https://github.com/Slipstreamm/disagreement" Issues = "https://github.com/Slipstreamm/disagreement/issues" +Documentation = "https://disagreement.xyz/" [build-system] requires = ["setuptools>=61.0"]