Skip to content

Commit

Permalink
add py.typed marker file for type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreinhold committed Jan 29, 2022
1 parent 1c217d8 commit 8263ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Typing :: Typed',
],
description=(
'Tools for loading, augmenting and writing 3D medical images'
Expand All @@ -58,6 +59,7 @@
include_package_data=True,
keywords='torchio',
name='torchio',
package_data={'torchio': ['py.typed']},
packages=find_packages(include=['torchio', 'torchio.*']),
setup_requires=[],
test_suite='tests',
Expand Down
Empty file added torchio/py.typed
Empty file.

0 comments on commit 8263ad4

Please sign in to comment.