summaryrefslogtreecommitdiff
path: root/devel/py-hatch-semver/files/patch-pyproject.toml
blob: 3f16dc3be9422f9a79a11314744bd6c0db85592b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- pyproject.toml.orig	2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,7 +1,6 @@ requires = [
 [build-system]
 requires = [
     "hatchling",
-    "hatch-semver==2.0.1",
 ]
 build-backend = "hatchling.build"