Skip to content

Commit 84f8fd5

Browse files
committed
Update license format in pyproject.toml to use file reference
1 parent e3ffae0 commit 84f8fd5

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
@@ -12,8 +12,7 @@ name = "guidata"
1212
authors = [{ name = "Codra", email = "[email protected]" }]
1313
description = "Automatic GUI generation for easy dataset editing and display"
1414
readme = "README.md"
15-
license = "BSD-3-Clause"
16-
license-files = ["LICENSE"]
15+
license = { file = "LICENSE" }
1716
classifiers = [
1817
"Development Status :: 5 - Production/Stable",
1918
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)