Skip to content

Commit cd42d1f

Browse files
authored
Merge pull request #347 from ligangty/1.3.x
Fix pyproject.toml license issue
2 parents 70ac593 + 00e7e19 commit cd42d1f

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)