From 5248471aaf86aff9fec85cbe28d114933451d3fc Mon Sep 17 00:00:00 2001 From: Fridolin Pokorny Date: Wed, 10 Jul 2024 22:20:09 +0200 Subject: [PATCH] add py.typed marker for typing Signed-off-by: Fridolin Pokorny --- connexion/py.typed | 0 pyproject.toml | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 connexion/py.typed diff --git a/connexion/py.typed b/connexion/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/pyproject.toml b/pyproject.toml index 019796203..d89f0ef1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,9 @@ classifiers = [ [tool.poetry.scripts] connexion = 'connexion.cli:main' +[tool.setuptools.package-data] +connexion = ["py.typed"] + [tool.poetry.dependencies] python = '^3.8' asgiref = ">= 3.4"