Skip to content

Commit d0b69e3

Browse files
authored
make the license field PEP639 compatible (#559)
1 parent c4c800f commit d0b69e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description = "Generate locked-down AWS IAM Policies"
55
authors = [
66
{ name = "Kinnaird McQuade", email = "kinnairdm@gmail.com" }
77
]
8-
license = { file = "LICENSE" }
8+
license = "MIT"
9+
license-files = ["LICENSE"]
910
keywords = ["aws", "iam", "roles", "policy", "policies", "privileges", "security"]
1011
classifiers = [
11-
"License :: OSI Approved :: MIT License",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python :: 3 :: Only",
1414
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)