Skip to content

Commit

Permalink
Adding py.typed (#626)
Browse files Browse the repository at this point in the history
* Adding py.typed

* updating setup.py to comply with black
  • Loading branch information
ntenenz authored Jun 26, 2020
1 parent e2ca7e8 commit f262355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added monai/py.typed
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=find_packages(exclude=("docs", "examples", "tests")),
zip_safe=True,
zip_safe=False,
package_data={"monai": ["py.typed"]},
)

0 comments on commit f262355

Please sign in to comment.