1diff --git a/pyproject.toml b/pyproject.toml
2index 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" },
8 ]
9-# These attributes are dynamically generated by hatch-vcs
10-dynamic = [
11- "urls",
12- "version"
13-]
14+version = "@version@"
15 description = "iCalendar parser/generator"
16 readme = { file = "README.rst", content-type = "text/x-rst" }
17