Skip to content

Commit d40089b

Browse files
committed
update license setting for pyproject
1 parent b7de364 commit d40089b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ readme = "README.md"
2121
authors = [
2222
{name = "Matthew Newville", email = "matt.newville@gmail.com"}
2323
]
24-
license = {file = "LICENSE"}
24+
license = "MIT"
25+
license-files = ["LICENSE"]
2526
keywords = ["wxPython", "matplotlib"]
2627
classifiers = [
2728
"Development Status :: 5 - Production/Stable",
2829
"Intended Audience :: End Users/Desktop",
2930
"Intended Audience :: Developers",
30-
"License :: OSI Approved :: MIT License",
3131
"Operating System :: MacOS :: MacOS X",
3232
"Operating System :: Microsoft :: Windows",
3333
"Operating System :: POSIX",

0 commit comments

Comments
 (0)