ports/devel/py-hatch-regex-commit/files/patch-pyproject.toml
Po-Chuan Hsieh b5800fe2c8
devel/py-hatch-regex-commit: Add py-hatch-regex-commit 0.0.3
hatch-regex-commit provides a plugin for Hatch that automatically creates a Git
commit and tag after version bumping.
2024-11-22 14:21:32 +08:00

9 lines
221 B
TOML

--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling", "hatch-regex-commit"]
+requires = ["hatchling"]
build-backend = "hatchling.build"
[project]