blob: 74ef6fb8f32bc6f4a52dd4b4272c2f0ed0311f74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- pyproject.toml.orig 2025-12-12 14:54:15 UTC
+++ pyproject.toml
@@ -1,16 +1,12 @@
[build-system]
-requires = ["setuptools>=80", "setuptools-scm>=9"]
+requires = ["setuptools>=62.2", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"
[project]
name = "dask"
description = "Parallel PyData with Task Scheduling"
maintainers = [{name = "Matthew Rocklin", email = "mrocklin@gmail.com"}]
-license = "BSD-3-Clause"
-license-files = [
- "LICENSE.txt",
- "dask/array/NUMPY_LICENSE.txt",
-]
+license = {text = "BSD-3-Clause"}
keywords = ["task-scheduling parallel numpy pandas pydata"]
classifiers = [
"Development Status :: 5 - Production/Stable",
|