From 22aa1895cd846e60ac332a6131d3aa267a27a779 Mon Sep 17 00:00:00 2001 From: Beth Probert Date: Thu, 24 Jul 2025 13:52:42 +0100 Subject: [PATCH] Update description, homepage and bug tracker page for pypi. --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f824f7e0..e0b0758a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.0.11" authors = [ { name="Richard Bowman", email="richard.bowman@cantab.net" }, ] -description = "A test implementation of LabThings using FastAPI" +description = "An implementation of LabThings using FastAPI" readme = "README.md" requires-python = ">=3.10" classifiers = [ @@ -44,8 +44,8 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/rwb27/labthings-fastapi" -"Bug Tracker" = "https://github.com/rwb27/labthings-fastapi/issues" +"Homepage" = "https://github.com/labthings/labthings-fastapi" +"Bug Tracker" = "https://github.com/labthings/labthings-fastapi/issues" [build-system] requires = ["hatchling"]