From baa45b801e2c8bfc83bd5e0df8feca5117356109 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 28 Jun 2022 13:29:42 +0200 Subject: [PATCH] chore: fix License for Pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99badba..5c537b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",