Skip to content

Commit aebbfd9

Browse files
committed
Fix syntax of license declaration
1 parent e682687 commit aebbfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "scyjava"
77
version = "1.10.3.dev0"
88
description = "Supercharged Java access from Python"
9-
license = "Unlicense"
9+
license = {text = "Unlicense"}
1010
authors = [{name = "SciJava developers", email = "ctrueden@wisc.edu"}]
1111
readme = "README.md"
1212
keywords = ["java", "maven", "cross-language"]

0 commit comments

Comments
 (0)