Skip to content

Commit 7613ec4

Browse files
DemyCodesage-makermollyheamazon
authored andcommitted
feat: Correct mypy type checking through PEP 561 (aws#5027)
Co-authored-by: parknate@ <[email protected]> Co-authored-by: Molly He <[email protected]>
1 parent af60c63 commit 7613ec4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_optional_dependencies():
5858
version=HERE.joinpath("VERSION").read_text().strip(),
5959
packages=find_packages("src"),
6060
package_dir={"": "src"},
61-
package_data={"": ["*.whl"]},
61+
package_data={"": ["*.whl", "py.typed"]},
6262
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],
6363
include_package_data=True,
6464
install_requires=get_dependencies(),

src/sagemaker/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)