mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-10 23:33:47 +00:00
Diff: https://github.com/collective/icalendar/compare/v6.3.2...v7.1.2 Changelog: https://github.com/collective/icalendar/blob/v7.1.2/CHANGES.rst
16 lines
459 B
Diff
16 lines
459 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 50aa183b..3a190385 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -36,9 +36,7 @@ maintainers = [
|
|
{ name="Jaca", email="vitouejj@gmail.com" },
|
|
]
|
|
# These attributes are dynamically generated by hatch-vcs
|
|
-dynamic = [
|
|
- "version"
|
|
-]
|
|
+version = "@version@"
|
|
description = "RFC 5545 compatible parser and generator of iCalendar files"
|
|
readme = { file = "README.rst", content-type = "text/x-rst" }
|
|
|