summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/icalendar/no-dynamic-version.patch
blob: 4754b6441a5f1e466c4a295b3aafe3b9a9c6393f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/pyproject.toml b/pyproject.toml
index 9730e46..9834686 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,11 +34,7 @@ maintainers = [
   { name="Christian Geier" },
   { name="Jaca", email="vitouejj@gmail.com" },
 ]
-# These attributes are dynamically generated by hatch-vcs
-dynamic = [
-    "urls",
-    "version"
-]
+version = "@version@"
 description = "iCalendar parser/generator"
 readme = { file = "README.rst", content-type = "text/x-rst" }