Skip to content

Commit 8daa1c5

Browse files
committed
Update license information in pyproject.toml: set license type and include license files
1 parent 2ecbc8a commit 8daa1c5

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
@@ -9,13 +9,13 @@ name = "PlotPy"
99
authors = [{ name = "Codra", email = "p.raybaut@codra.fr" }]
1010
description = "Curve and image plotting tools for Python/Qt applications"
1111
readme = "README.md"
12-
license = { file = "LICENSE" }
12+
license = "BSD-3-Clause"
13+
license-files = ["LICENSE"]
1314
classifiers = [
1415
"Development Status :: 5 - Production/Stable",
1516
"Intended Audience :: Developers",
1617
"Intended Audience :: Education",
1718
"Intended Audience :: Science/Research",
18-
"License :: OSI Approved :: BSD License",
1919
"Operating System :: MacOS :: MacOS X",
2020
"Operating System :: Microsoft :: Windows :: Windows 7",
2121
"Operating System :: Microsoft :: Windows :: Windows 8",

0 commit comments

Comments
 (0)