ports/devel/py-hatch-semver/files/patch-pyproject.toml
2024-03-09 22:05:48 +08:00

10 lines
212 B
TOML

--- 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"