1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Colin Watson <cjwatson@debian.org>
Date: Thu, 4 Sep 2025 02:15:40 +0100
Subject: Remove source_archive from tool.hatch.metadata.hooks.vcs.urls
We don't have the commit hash available when building from a Debian
source package.
Forwarded: not-needed
Last-Update: 2025-09-04
---
pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 43393c3..7ee77f7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -63,7 +63,6 @@ test = [
#[project.urls]
Homepage = "https://recurring-ical-events.readthedocs.io/"
Repository = "https://github.com/niccokunzmann/python-recurring-ical-events"
-"Source Archive" = "https://github.com/niccokunzmann/python-recurring-ical-events/archive/{commit_hash}.zip"
Issues = "https://github.com/niccokunzmann/python-recurring-ical-events/issues"
Documentation = "https://github.com/niccokunzmann/python-recurring-ical-events"
Changelog = "https://github.com/niccokunzmann/python-recurring-ical-events?tab=readme-ov-file#changelog"
|