From c8cf3ba2020e034e48543f2295a1aaf927d7177b Mon Sep 17 00:00:00 2001 From: Bastian Zimmermann <10774221+BastianZim@users.noreply.github.com> Date: Sun, 22 Aug 2021 14:19:54 +0200 Subject: [PATCH] chore(license): Add THIRD-PARTY-LICENSES (#641) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8f34c7c33d..ad90706b46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "aws_lambda_powertools" version = "1.20.1" description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more." authors = ["Amazon Web Services"] -include = ["aws_lambda_powertools/py.typed"] +include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"] classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",