From 7279345477c644455c5194fee7aeada15776cf75 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Thu, 10 Nov 2022 10:41:51 +0100 Subject: [PATCH] Fix the change log URL referenced in the package metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/blue-yonder/urlquote/main/Changelog.md is not a valid URL—it is missing the blob part and the repo still uses the outdated master branch naming convention—and thus results in a 404. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d2931d0..6579367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "urlquote" authors = [{name = "Blue Yonder", email = "oss@blue-yonder.com"}] description='Fast quoting and unquoting of urls.' readme = "README.md" -version = "2.0.0" +version = "2.0.0.post1" dependencies = ["cffi"] [project.license] @@ -18,7 +18,7 @@ test = ["pytest < 8.0.0"] [project.urls] repository = "https://github.com/blue-yonder/urlquote" -changelog = "https://github.com/blue-yonder/urlquote/main/Changelog.md" +changelog = "https://github.com/blue-yonder/urlquote/blob/master/Changelog.md" [tool.maturin] # Bindings type