summaryrefslogtreecommitdiff
path: root/misc/py-codecarbon/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--misc/py-codecarbon/files/patch-pyproject.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/py-codecarbon/files/patch-pyproject.toml b/misc/py-codecarbon/files/patch-pyproject.toml
new file mode 100644
index 000000000000..d745319aa9d7
--- /dev/null
+++ b/misc/py-codecarbon/files/patch-pyproject.toml
@@ -0,0 +1,18 @@
+--- pyproject.toml.orig 2025-08-22 17:52:23 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=61", "wheel"]
++requires = ["setuptools", "wheel"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
+@@ -7,8 +7,6 @@ requires-python = ">=3.7"
+ dynamic = ["version"]
+ readme = "README.md"
+ requires-python = ">=3.7"
+-license = "MIT"
+-license-files = ["LICENSE"]
+ authors = [
+ { name = "Mila" },
+ { name = "DataForGood" },