Skip to content

Commit ee8e07f

Browse files
committed
Use legacy license.text key
1 parent 6467c4c commit ee8e07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools>=77",
4+
"setuptools>=40",
55
]
66

77
[tool.check-manifest]
@@ -20,7 +20,7 @@ keywords = [
2020
"pytest",
2121
"rerun",
2222
]
23-
license = "MPL-2.0"
23+
license.text = "MPL-2.0"
2424
authors = [{name = "Leah Klearman", email = "[email protected]"}]
2525
requires-python = ">=3.9"
2626
classifiers = [

0 commit comments

Comments
 (0)