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