mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
19 lines
355 B
TOML
19 lines
355 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"
|
|
|
|
@@ -41,7 +40,7 @@ classifiers = [
|
|
|
|
dependencies = [
|
|
"hatchling",
|
|
- "semver ~= 2.13.0",
|
|
+ "semver >= 2.13.0",
|
|
]
|
|
|
|
dynamic = [
|