mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
10 lines
344 B
TOML
10 lines
344 B
TOML
--- pyproject.toml.orig 2023-10-15 04:53:07 UTC
|
|
+++ pyproject.toml
|
|
@@ -1,6 +1,6 @@
|
|
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
-requires = ["Cython>=3.0.2", "setuptools>=59.2.0", "wheel"]
|
|
+requires = ["Cython>0", "setuptools>=59.2.0", "wheel"]
|
|
|
|
[tool.isort]
|
|
# from https://black.readthedocs.io/en/stable/compatible_configs.html
|