diff options
-rw-r--r-- | python_openapi_client/fatcat_openapi_client/py.typed | 0 | ||||
-rw-r--r-- | python_openapi_client/setup.py | 1 |
2 files changed, 1 insertions, 0 deletions
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 --- /dev/null +++ b/python_openapi_client/fatcat_openapi_client/py.typed 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 |