Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / python-modules / iniconfig / version.patch
bloba075464046fd63685d9755acf88376cb7c0553f5
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 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",
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" },
22 requires-python = ">=3.7"
23 -dynamic = [
24 - "version",
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"
34 -[tool.hatch.version]
35 -source = "vcs"
37 -[tool.hatch.build.hooks.vcs]
38 -version-file = "src/iniconfig/_version.py"
40 [tool.hatch.build.targets.sdist]
41 include = [
42 "/src",