ports/devel/py-hatch-semver/files/patch-pyproject.toml
Po-Chuan Hsieh c80b0d38ef
devel/py-hatch-semver: Add py-hatch-semver 1.0.1
hatch-semver is a plugin for hatch to support semantic versioning. Hatch-semver
relies on python-semver for all the versioning logic.
2023-03-22 03:19:51 +08:00

10 lines
206 B
TOML

--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,7 +1,6 @@
[build-system]
requires = [
"hatchling>=1.8.0",
- "hatch-semver",
]
build-backend = "hatchling.build"