Skip to content

Commit 4b0833a

Browse files
author
JPFrancoia
committed
Registering type annotations by adding py.typed file (PEP 561
compliant).
1 parent 2796305 commit 4b0833a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include README.md LICENSE requirements.txt
2+
include awswrangler/py.typed
23
exclude .*
34
exclude *.egg-info
45
exclude data_samples*

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
long_description_content_type="text/markdown",
2222
license=about["__license__"],
2323
packages=find_packages(include=["awswrangler", "awswrangler.*"], exclude=["tests"]),
24+
include_package_data=True,
2425
python_requires=">=3.6, <3.9",
2526
install_requires=[open("requirements.txt").read().strip().split("\n")],
2627
)

0 commit comments

Comments
 (0)