1diff --git a/pyproject.toml b/pyproject.toml
2index 05cd96e..eb2000f 100644
3--- a/pyproject.toml
4+++ b/pyproject.toml
5@@ -1,12 +1,12 @@
6 [build-system]
7 build-backend = "hatchling.build"
8 requires = [
9- "hatch-vcs",
10 "hatchling>=1.26",
11 ]
12
13 [project]
14 name = "iniconfig"
15+version = "@version@"
16 description = "brain-dead simple config-ini parsing"
17 readme = "README.rst"
18 license = "MIT"
19@@ -15,9 +15,6 @@ authors = [
20 { name = "Holger Krekel", email = "holger.krekel@gmail.com" },
21 ]
22 requires-python = ">=3.8"
23-dynamic = [
24- "version",
25-]
26 classifiers = [
27 "Development Status :: 4 - Beta",
28 "Intended Audience :: Developers",
29@@ -40,12 +37,6 @@ classifiers = [
30 Homepage = "https://github.com/pytest-dev/iniconfig"
31
32
33-[tool.hatch.version]
34-source = "vcs"
35-
36-[tool.hatch.build.hooks.vcs]
37-version-file = "src/iniconfig/_version.py"
38-
39 [tool.hatch.build.targets.sdist]
40 include = [
41 "/src",