Skip to content

Commit d190477

Browse files
authored
Merge pull request #348 from ligangty/main
Fix pyproject.toml license issue
2 parents 02ebe2a + d673970 commit d190477

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
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
readme = "README.md"
1212
keywords = ["charon", "mrrc", "maven", "npm", "build", "java"]
13-
license = "Apache-2.0"
13+
license = {text="Apache-2.0"}
1414
requires-python = ">=3.9"
1515
classifiers = [
1616
"Development Status :: 1 - Planning",

0 commit comments

Comments
 (0)