Files
ports/devel/py-distributed/files/patch-pyproject.toml
T

19 lines
610 B
TOML

--- pyproject.toml.orig 2025-12-12 14:53:57 UTC
+++ pyproject.toml
@@ -1,13 +1,12 @@
[build-system]
-requires = ["setuptools>=80", "setuptools-scm>=9"]
+requires = ["setuptools>=62.2", "setuptools-scm>=9"]
build-backend = "setuptools.build_meta"
[project]
name = "distributed"
description = "Distributed scheduler for Dask"
maintainers = [{ name = "Matthew Rocklin", email = "mrocklin@gmail.com" }]
-license = "BSD-3-Clause"
-license-files = ["LICENSE.txt"]
+license = {text = "BSD-3-Clause"}
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",