summaryrefslogtreecommitdiff
path: root/devel/py-distributed/files/patch-pyproject.toml
blob: 2e11b1dd93ecaf7932acd0aa658c87c2ff79470a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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>=8"]
 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",