diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:06:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-23 17:39:02 -0800 |
commit | a1bb48b5d2e9536ee7b3da4a7721e049936793e8 (patch) | |
tree | 3d728ab4b282eff8da5cdb59c7dca46c452956d2 | |
parent | 802bad86a61cb0d92c83d9114844a54a83e83b94 (diff) | |
download | fatcat-a1bb48b5d2e9536ee7b3da4a7721e049936793e8.tar.gz fatcat-a1bb48b5d2e9536ee7b3da4a7721e049936793e8.zip |
python client: mark to include type annotations
-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 |