From dc6564c6053a005133c6e6c13b06cecc9a165c8f Mon Sep 17 00:00:00 2001 From: Alexandre Gauthier Date: Thu, 3 Sep 2026 00:22:55 -0400 Subject: [PATCH] Project: Change homepage and docs urls We now have a minisite at exosphere.tools, and the documentation has been re-homed under a cname at docs.exosphere.tools for consistency. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93a2224..2dba983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,8 @@ dev = [ ] [project.urls] -homepage = "https://exosphere.readthedocs.io" +homepage = "https://exosphere.tools" +documentation = "https://docs.exosphere.tools" repository = "https://github.com/mrdaemon/exosphere" issues = "https://github.com/mrdaemon/exosphere/issues"