We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecbc8a commit 8daa1c5Copy full SHA for 8daa1c5
pyproject.toml
@@ -9,13 +9,13 @@ name = "PlotPy"
9
authors = [{ name = "Codra", email = "p.raybaut@codra.fr" }]
10
description = "Curve and image plotting tools for Python/Qt applications"
11
readme = "README.md"
12
-license = { file = "LICENSE" }
+license = "BSD-3-Clause"
13
+license-files = ["LICENSE"]
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
"Intended Audience :: Developers",
17
"Intended Audience :: Education",
18
"Intended Audience :: Science/Research",
- "License :: OSI Approved :: BSD License",
19
"Operating System :: MacOS :: MacOS X",
20
"Operating System :: Microsoft :: Windows :: Windows 7",
21
"Operating System :: Microsoft :: Windows :: Windows 8",
0 commit comments