We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7de364 commit d40089bCopy full SHA for d40089b
pyproject.toml
@@ -21,13 +21,13 @@ readme = "README.md"
21
authors = [
22
{name = "Matthew Newville", email = "matt.newville@gmail.com"}
23
]
24
-license = {file = "LICENSE"}
+license = "MIT"
25
+license-files = ["LICENSE"]
26
keywords = ["wxPython", "matplotlib"]
27
classifiers = [
28
"Development Status :: 5 - Production/Stable",
29
"Intended Audience :: End Users/Desktop",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
31
"Operating System :: MacOS :: MacOS X",
32
"Operating System :: Microsoft :: Windows",
33
"Operating System :: POSIX",
0 commit comments