blob: 17fb311bb81b978a591d9a1d3c740be4ea6b27ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"]
|