We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6feabf + 049f05c commit 559f6f6Copy full SHA for 559f6f6
prometheus_api_client/py.typed
setup.py
@@ -37,6 +37,7 @@ def get_version():
37
url="https://github.com/4n4nd/prometheus-api-client-python",
38
install_requires=get_install_requires(),
39
packages=setuptools.find_packages(),
40
+ package_data={"prometheus-api-client": ["py.typed"]},
41
tests_require=["httmock"],
42
classifiers=[
43
"Programming Language :: Python :: 3.13",
0 commit comments