Skip to content

Commit f8856c0

Browse files
authored
Update to PEP 639 license metadata (#296)
1 parent 92d7987 commit f8856c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description = "Example Python project using best practices"
55
authors = [
66
{ name = "John Hagen", email = "[email protected]" }]
77
license = "MIT"
8+
license-files = ["LICENSE*"]
89
readme = "README.md"
910
classifiers = [
1011
"Development Status :: 5 - Production/Stable",
1112
"Intended Audience :: Developers",
12-
"License :: OSI Approved :: MIT License",
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)