Skip to content

Commit 6032cdd

Browse files
committed
Fix: Update license field format in pyproject.toml
(cherry picked from commit 26bc5ea)
1 parent 07276aa commit 6032cdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ name = "PlotPy"
99
authors = [{ name = "Codra", email = "[email protected]" }]
1010
description = "Curve and image plotting tools for Python/Qt applications"
1111
readme = "README.md"
12-
license = "BSD-3-Clause"
13-
license-files = ["LICENSE"]
12+
license = { file = "LICENSE" }
1413
classifiers = [
1514
"Development Status :: 5 - Production/Stable",
1615
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)