From cf530f309257ac42ce515fb3e3d55193041c74f8 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 2 Sep 2024 05:53:08 -0600 Subject: [PATCH] Fix repo URLs --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ceeea47..d19695e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] readme = "README.md" -version = "0.0.1" +version = "1.0.0" # If a Python code subdirectory is used: # packages = [ @@ -56,9 +56,9 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.urls] homepage = "https://dev.libre.is" documentation = "https://dev.libre.is" -repository = "https://code.libre.is/libre/sndid" -issues = "https://code.libre.is/libre/sndid/issues" -changelog = "https://code.libre.is/libre/sndid/raw/branch/main/CHANGELOG.txt" +repository = "https://code.libre.is/libre/dev-libre-is" +issues = "https://code.libre.is/libre/dev-libre-is/issues" +changelog = "https://code.libre.is/libre/dev-libre-is/raw/branch/main/CHANGELOG.txt" # Directory of Python scripts, if used. # [options.packages.find]