mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-14 18:22:23 +03:00
Fix License in pyproject.toml
This commit is contained in:
parent
4716bb7818
commit
30b5e862eb
|
@ -14,8 +14,7 @@ readme = "README.md"
|
||||||
keywords = [
|
keywords = [
|
||||||
"Imaging",
|
"Imaging",
|
||||||
]
|
]
|
||||||
license = "MIT-CMU"
|
license = { file = "LICENSE" }
|
||||||
license-files = [ "LICENSE" ]
|
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
|
{ name = "Jeffrey A. Clark", email = "aclark@aclark.net" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user