We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3beae5 commit 43056ddCopy full SHA for 43056dd
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=64"]
+requires = ["setuptools>=77.0.3"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -16,11 +16,11 @@ maintainers = [
16
{ name = "Markus D. Herrmann" },
17
{ name = "Christopher P. Bridge" },
18
]
19
-license = { text = "LICENSE" }
+license = "MIT"
20
+license-files = [ "LICENSE" ]
21
classifiers = [
22
"Development Status :: 4 - Beta",
23
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: MIT License",
24
"Operating System :: MacOS",
25
"Operating System :: Microsoft :: Windows",
26
"Operating System :: POSIX :: Linux",
0 commit comments