1 diff --git a/pyproject.toml b/pyproject.toml
2 index 6eee6ef..263999f 100644
7 build-backend = "hatchling.build"
15 +version = "@version@"
16 description = "brain-dead simple config-ini parsing"
19 @@ -15,9 +15,6 @@ authors = [
20 { name = "Holger Krekel", email = "holger.krekel@gmail.com" },
22 requires-python = ">=3.7"
27 "Development Status :: 4 - Beta",
28 "Intended Audience :: Developers",
29 @@ -38,13 +35,6 @@ classifiers = [
31 Homepage = "https://github.com/pytest-dev/iniconfig"
37 -[tool.hatch.build.hooks.vcs]
38 -version-file = "src/iniconfig/_version.py"
40 [tool.hatch.build.targets.sdist]