From 45c0f73a8208b95bbc42316f4f6407ad55fd2434 Mon Sep 17 00:00:00 2001 From: Teo Zosa Date: Thu, 9 Sep 2021 17:28:15 -0700 Subject: [PATCH] chore: mark package as PEP-561 compatible see: https://www.python.org/dev/peps/pep-0561/ --- pyproject.toml | 2 +- structlog_sentry/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 structlog_sentry/py.typed diff --git a/pyproject.toml b/pyproject.toml index 56968dc..8d16b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ "Programming Language :: Python :: 3.9", "Topic :: Software Development :: Libraries :: Python Modules", ] -include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini"] +include = ["*.md", "*.toml", "*.txt", "*.yml", "*.yaml", ".coveragerc", "tox.ini", "structlog_sentry/py.typed"] [tool.poetry.dependencies] python = "^3.6" diff --git a/structlog_sentry/py.typed b/structlog_sentry/py.typed new file mode 100644 index 0000000..e69de29