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