diff --git a/prometheus_api_client/py.typed b/prometheus_api_client/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index a2ad946..4796b1a 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ def get_version(): url="https://github.com/4n4nd/prometheus-api-client-python", install_requires=get_install_requires(), packages=setuptools.find_packages(), + package_data={"prometheus-api-client": ["py.typed"]}, tests_require=["httmock"], classifiers=[ "Programming Language :: Python :: 3.13",