From f2889e092eec0e002efa14a5b77c39b5c77562c5 Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Wed, 14 Feb 2024 20:52:41 +0100 Subject: [PATCH] chore: fix link to changelog in project config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f38156d..9710bbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.urls] Homepage = "https://github.com/igordejanovic/parglare" Repository = "https://github.com/igordejanovic/parglare" -Changelog = "https://github.com/igordejanovic/parglare/master/CHANGELOG.md" +Changelog = "https://github.com/igordejanovic/parglare/blob/master/CHANGELOG.md" [build-system] build-backend = "flit_core.buildapi"