From a1bb48b5d2e9536ee7b3da4a7721e049936793e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Nov 2021 16:06:37 -0800 Subject: python client: mark to include type annotations --- python_openapi_client/fatcat_openapi_client/py.typed | 0 python_openapi_client/setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 python_openapi_client/fatcat_openapi_client/py.typed (limited to 'python_openapi_client') diff --git a/python_openapi_client/fatcat_openapi_client/py.typed b/python_openapi_client/fatcat_openapi_client/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index cee0ed7d..9115db35 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -115,6 +115,7 @@ setup( install_requires=REQUIRED, extras_require=EXTRAS, include_package_data=True, + package_data={"fatcat_openapi_client": ["py.typed", "*.pyi", "**/*.pyi"]}, license=LICENSE, classifiers=[ # Trove classifiers -- cgit v1.2.3