Skip to content

Commit f385fc6

Browse files
authored
Merge pull request #194 from JPFrancoia/master
Registering module's type annotations
2 parents 2796305 + 5b08087 commit f385fc6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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*

awswrangler/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561.

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)