From c4dafc7672dbf2248e8588026e5e9f7edbafb7b0 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 2 Dec 2025 14:19:54 +0000 Subject: [PATCH] :card_index: Fix a handful of pyproject issues --- pyproject.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5af7d2..caabd25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,9 +59,9 @@ classifiers = [ ] [project.urls] -Homepage = "https://blog.davep.org/aging/" +Homepage = "https://github.com/davep/aging" Repository = "https://github.com/davep/aging" -Documentation = "https://blog.davep.org/aging/" +Documentation = "https://github.com/davep/aging" Source = "https://github.com/davep/aging" Issues = "https://github.com/davep/aging/issues" Discussions = "https://github.com/davep/aging/discussions" @@ -75,7 +75,9 @@ build-backend = "uv_build" [tool.uv] managed = true -dev-dependencies = [ + +[dependency-groups] +dev = [ "textual-dev>=1.7.0", "pre-commit>=4.1.0", "mypy>=1.15.0", @@ -83,6 +85,12 @@ dev-dependencies = [ "ruff>=0.12.9", ] +[[tool.uv.index]] +name = "testpypi" +url = "https://test.pypi.org/simple/" +publish-url = "https://test.pypi.org/legacy/" +explicit = true + [tool.pyright] venvPath="." venv=".venv"