19 lines
457 B
TOML
19 lines
457 B
TOML
--- 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" },
|