Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
samjarrett committed Mar 10, 2021
1 parent 29bf827 commit f162f73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added cfn_sync/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
packages=find_packages(exclude=["tests"]),
include_package_data=True,
package_data={"cfn_sync": ["py.typed"]},
entry_points={"console_scripts": ["cfn-sync = cfn_sync:main"]},
setup_requires=["setuptools >= 18.0", "setuptools_scm"],
install_requires=requirements.readlines(),
Expand Down

0 comments on commit f162f73

Please sign in to comment.