mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
hatch-semver is a plugin for hatch to support semantic versioning. Hatch-semver relies on python-semver for all the versioning logic.
10 lines
206 B
TOML
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"
|
|
|