Skip to content

Commit 43056dd

Browse files
PEP 639 compliance (#378)
1 parent e3beae5 commit 43056dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=64"]
2+
requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -16,11 +16,11 @@ maintainers = [
1616
{ name = "Markus D. Herrmann" },
1717
{ name = "Christopher P. Bridge" },
1818
]
19-
license = { text = "LICENSE" }
19+
license = "MIT"
20+
license-files = [ "LICENSE" ]
2021
classifiers = [
2122
"Development Status :: 4 - Beta",
2223
"Intended Audience :: Science/Research",
23-
"License :: OSI Approved :: MIT License",
2424
"Operating System :: MacOS",
2525
"Operating System :: Microsoft :: Windows",
2626
"Operating System :: POSIX :: Linux",

0 commit comments

Comments
 (0)