summaryrefslogtreecommitdiff
path: root/math/py-numexpr/files/patch-pyproject.toml
blob: f38f9c304dc5d03d4a523e879fc15868690a2a70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- pyproject.toml.orig	2025-09-11 10:39:22 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 requires = [
-    "setuptools>=77.0.0",
-    "numpy>=2.0.0",
+    "setuptools>=61.0.0",
+    "numpy",
 ]
 build-backend = "setuptools.build_meta"
 
@@ -14,8 +14,7 @@ maintainers = [{ name = "Blosc Development Team", emai
 readme = "README.rst"
 authors = [{name = "David M. Cooke, Francesc Alted, and others", email = "blosc@blosc.org"}]
 maintainers = [{ name = "Blosc Development Team", email = "blosc@blosc.org"}]
-license = "MIT"
-license-files = ["LICENSE.txt", "LICENSES/*"]
+license = {text = "MIT"}
 classifiers = [
     "Development Status :: 6 - Mature",
     "Intended Audience :: Developers",