1diff --git a/pyproject.toml b/pyproject.toml 2index 6eee6ef..263999f 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", 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.7" 23-dynamic = [ 24- "version", 25-] 26 classifiers = [ 27 "Development Status :: 4 - Beta", 28 "Intended Audience :: Developers", 29@@ -38,13 +35,6 @@ classifiers = [ 30 [project.urls] 31 Homepage = "https://github.com/pytest-dev/iniconfig" 32 33- 34-[tool.hatch.version] 35-source = "vcs" 36- 37-[tool.hatch.build.hooks.vcs] 38-version-file = "src/iniconfig/_version.py" 39- 40 [tool.hatch.build.targets.sdist] 41 include = [ 42 "/src",