Skip to content

Commit 559f6f6

Browse files
authored
Merge pull request #297 from RemiDesgrange/add-py.typed
Add `py.typed` file to package for mypy
2 parents f6feabf + 049f05c commit 559f6f6

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)