aboutsummaryrefslogtreecommitdiff
path: root/science/py-icet/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-icet/files/patch-pyproject.toml')
-rw-r--r--science/py-icet/files/patch-pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/science/py-icet/files/patch-pyproject.toml b/science/py-icet/files/patch-pyproject.toml
new file mode 100644
index 000000000000..17fb311bb81b
--- /dev/null
+++ b/science/py-icet/files/patch-pyproject.toml
@@ -0,0 +1,19 @@
+--- pyproject.toml.orig 2025-10-26 21:34:57 UTC
++++ pyproject.toml
+@@ -1,6 +1,6 @@ requires = [
+ [build-system]
+ requires = [
+- "setuptools>=77.0",
++ "setuptools",
+ "wheel",
+ "pybind11>=2.10",
+ ]
+@@ -25,8 +25,6 @@ maintainers = [
+ maintainers = [
+ {name = "The icet developer team"}
+ ]
+-license = "MPL-2.0"
+-license-files = ["LICENSE"]
+ readme = "README.rst"
+ requires-python = ">=3.9"
+ keywords = ["chemistry", "physics", "scientific"]