Files
ports/devel/py-dateparser/files/patch-pyproject.toml
T
2026-06-20 14:30:15 +02:00

21 lines
494 B
TOML

--- pyproject.toml.orig 2026-06-15 08:45:00 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
[build-system]
build-backend = "setuptools.build_meta"
requires = [
- "setuptools >= 77.0",
+ "setuptools >= 63.1",
]
[project]
@@ -11,7 +11,7 @@ authors = [
authors = [
{ name = "Scrapinghub", email = "opensource@zyte.com" },
]
-license = "BSD-3-Clause"
+#license = "BSD-3-Clause"
keywords = ["dateparser"]
classifiers = [
"Development Status :: 5 - Production/Stable",