Skip to content

Commit f7c7b7b

Browse files
committed
Update license format in pyproject.toml to use file reference
(cherry picked from commit 84f8fd5)
1 parent f7481fc commit f7c7b7b

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 = "p.raybaut@codra.fr" }]
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)