blob: 2f173c18f26b944d573939f925b02fa8664bdfbd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pyproject.toml.orig 2025-05-28 07:15:37 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@
# Package ######################################################################
[build-system]
-requires = ["setuptools >= 77.0", "pybind11 >= 2.12"]
+requires = ["setuptools", "pybind11 >= 2.12"]
build-backend = "setuptools.build_meta"
[project]
@@ -10,7 +10,7 @@ authors = [{ name = "OpTree Contributors" }]
readme = "README.md"
requires-python = ">= 3.9"
authors = [{ name = "OpTree Contributors" }]
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
keywords = [
"PyTree",
"Tree Manipulation",
|