We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c22070a + 323802b commit d9866f3Copy full SHA for d9866f3
1 file changed
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "wheel"]
+requires = ["setuptools>=77.0.3", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -26,10 +26,11 @@ authors = [
26
27
description = "Benchmarking of Large Atomic Models"
28
readme = "README.md"
29
+license = "MIT"
30
+license-files = ["LICENSE*"]
31
requires-python = ">=3.11"
32
classifiers = [
33
"Programming Language :: Python :: 3",
- "License :: OSI Approved :: MIT License",
34
"Operating System :: OS Independent",
35
]
36
0 commit comments