Skip to content

Commit 049f05c

Browse files
committed
Add py.typed file to package for mypy.
1 parent 9a94bab commit 049f05c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

prometheus_api_client/py.typed

Whitespace-only changes.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def get_version():
3737
url="https://github.com/4n4nd/prometheus-api-client-python",
3838
install_requires=get_install_requires(),
3939
packages=setuptools.find_packages(),
40+
package_data={"prometheus-api-client": ["py.typed"]},
4041
tests_require=["httmock"],
4142
classifiers=[
4243
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)