summaryrefslogtreecommitdiff
path: root/devel/py-hatch-vcs/files/patch-pyproject.toml
blob: 8a3c99721e3bd8f0452d91f7a53190528a93ab11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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]