Skip to content

Commit 30b5e86

Browse files
authored
Fix License in pyproject.toml
1 parent 4716bb7 commit 30b5e86

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ readme = "README.md"
1414
keywords = [
1515
"Imaging",
1616
]
17-
license = "MIT-CMU"
18-
license-files = [ "LICENSE" ]
17+
license = { file = "LICENSE" }
1918
authors = [
2019
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
2120
]

0 commit comments

Comments
 (0)