From f39879a23e50d5b401b023a41bc37e987c6cafe8 Mon Sep 17 00:00:00 2001 From: "David P. Chassin" Date: Wed, 2 Oct 2024 10:07:34 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8954c9..35c1e89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,10 +29,10 @@ classifiers = [ ] [project.urls] -Homepage = "https://github.com/dchassin/qdox" -Documentation = "https://www.chassin.org/qdox" -Repository = "https://github.com/dchassin/qdox.git" -Issues = "https://github.com/dchassin/qdox/issues" +Homepage = "https://github.com/eudoxys/qdox" +Documentation = "https://www.eudoxys.com/qdox" +Repository = "https://github.com/eudoxys/qdox.git" +Issues = "https://github.com/eudoxys/qdox/issues" [project.scripts] qdox = "qdox:main"