mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
hatch-regex-commit provides a plugin for Hatch that automatically creates a Git commit and tag after version bumping.
9 lines
221 B
TOML
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]
|