From f2b6a008cbe7aaf25c4d16b0f5ed05b41bddc43c Mon Sep 17 00:00:00 2001 From: Guilherme Martins Crocetti Date: Tue, 8 Dec 2020 15:24:22 -0300 Subject: [PATCH] feat(pep-561): Create py.typed file and include into pyproject. --- aws_lambda_powertools/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 aws_lambda_powertools/py.typed diff --git a/aws_lambda_powertools/py.typed b/aws_lambda_powertools/py.typed new file mode 100644 index 00000000000..e69de29bb2d diff --git a/pyproject.toml b/pyproject.toml index 735965d8cde..be0191db56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "aws_lambda_powertools" version = "1.9.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] +include = ["aws_lambda_powertools/py.typed"] classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",