Fix License in pyproject.toml

This commit is contained in:
eylenburg 2025-04-14 09:50:52 +01:00 committed by GitHub
parent 4716bb7818
commit 30b5e862eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,8 +14,7 @@ readme = "README.md"
keywords = [
"Imaging",
]
license = "MIT-CMU"
license-files = [ "LICENSE" ]
license = { file = "LICENSE" }
authors = [
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
]