Skip to content

Commit

Permalink
Enable type checking for users of rflx package
Browse files Browse the repository at this point in the history
This makes the package compatible to PEP 561.

Ref. #393
  • Loading branch information
treiher committed Aug 10, 2020
1 parent 4c4f8d8 commit 3f6e0d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added rflx/py.typed
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Topic :: System :: Networking",
],
packages=find_packages(exclude=("tests",)),
package_data={"rflx": ["templates/*"]},
package_data={"rflx": ["py.typed", "templates/*"]},
python_requires=">=3.7",
install_requires=[
"icontract >=2.3.4, <3",
Expand Down

0 comments on commit 3f6e0d9

Please sign in to comment.