Skip to content

Commit 7137ad1

Browse files
gruebelMark Kuhn
and
Mark Kuhn
authored
add py.typed file (#104)
Co-authored-by: Mark Kuhn <[email protected]>
1 parent 0c447f9 commit 7137ad1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

aws_embedded_metrics/py.typed

Whitespace-only changes.

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
"License :: OSI Approved :: Apache Software License",
2323
],
2424
packages=find_packages(exclude=["tests*"]),
25+
package_data={
26+
"aws_embedded_metrics": ["py.typed"],
27+
},
2528
include_package_data=True,
2629
install_requires=["aiohttp"],
2730
test_suite="tests",

0 commit comments

Comments
 (0)