Skip to content

Commit

Permalink
Add PEP 561 rflink/py.typed marker
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored and Johan Bloemberg committed Dec 28, 2019
1 parent 66b083d commit 7693c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rflink/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# See PEP 561
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def version_from_git():
],
keywords="rflink 433mhz domotica",
packages=find_packages(exclude=["contrib", "docs", "tests"]),
package_data={"rflink": ["py.typed"]},
install_requires=[
"async_timeout",
"docopt",
Expand Down

0 comments on commit 7693c08

Please sign in to comment.