chore: fix License for Pypi

This commit is contained in:
Stefan Reimer 2022-06-28 13:29:42 +02:00
parent 42d4a62679
commit baa45b801e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ authors = [
]
description = "Toolset to render and manage AWS Cloudformation"
readme = "README.md"
license = { file="LICENSE.md" }
license = "AGPL-3.0-or-later"
requires-python = ">=3.7"
dependencies = [
"boto3",