Skip to content

Commit b1bb430

Browse files
authored
Use PEP 639 license declaration (#672)
1 parent 9a941f2 commit b1bb430

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-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",
4+
"setuptools>=77",
55
]
66

77
[project]
@@ -16,6 +16,8 @@ keywords = [
1616
"randomize",
1717
"randomly",
1818
]
19+
license = "MIT"
20+
license-files = [ "LICENSE" ]
1921
authors = [
2022
{ name = "Adam Johnson", email = "[email protected]" },
2123
]
@@ -24,7 +26,6 @@ classifiers = [
2426
"Development Status :: 5 - Production/Stable",
2527
"Framework :: Pytest",
2628
"Intended Audience :: Developers",
27-
"License :: OSI Approved :: MIT License",
2829
"Natural Language :: English",
2930
"Programming Language :: Python :: 3 :: Only",
3031
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)