Skip to content

Commit

Permalink
Add py.typed export per PEP 561 (#925)
Browse files Browse the repository at this point in the history
So that type testing tools like mypy can actually use type annotations
  • Loading branch information
maroux authored Feb 27, 2021
1 parent 5248407 commit 7bc6784
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added arrow/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
author_email="crsmithdev@gmail.com",
license="Apache 2.0",
packages=["arrow"],
package_data={"arrow": ["py.typed"]},
zip_safe=False,
python_requires=">=3.6",
install_requires=[
Expand Down

0 comments on commit 7bc6784

Please sign in to comment.