mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
Index: pyproject.toml
|
|
--- pyproject.toml.orig
|
|
+++ pyproject.toml
|
|
@@ -1,5 +1,5 @@
|
|
[build-system]
|
|
-requires = ["setuptools<69", "wheel"]
|
|
+requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
@@ -58,4 +58,4 @@ exclude = [".git", "__pycache__", "docs/source/conf.py
|
|
|
|
# ensure all subpackages are found
|
|
[tool.setuptools.packages.find]
|
|
-include = ["owslib*"]
|
|
\ No newline at end of file
|
|
+include = ["owslib*"]
|