diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-hatch-vcs/files/patch-pyproject.toml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-hatch-vcs/files/patch-pyproject.toml b/devel/py-hatch-vcs/files/patch-pyproject.toml new file mode 100644 index 000000000000..8a3c99721e3b --- /dev/null +++ b/devel/py-hatch-vcs/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.md" + dynamic = ["version"] + description = 'Hatch plugin for versioning with your preferred VCS' + readme = "README.md" +-license = "MIT" ++license = { text = "MIT" } + requires-python = ">=3.9" + keywords = [ + "git", +@@ -34,7 +34,7 @@ dependencies = [ + ] + dependencies = [ + "hatchling>=1.1.0", +- "setuptools-scm>=8.2.0", ++ "setuptools-scm>=8.0.0", + ] + + [project.urls] |