Skip to content

Commit

Permalink
Type hints: PEP 561 compliance (microsoft#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Apr 20, 2022
1 parent 4f194d0 commit 3274eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ install_requires =
python_requires = >= 3.7
packages = find:

[options.package_data]
torchgeo = py.typed

[options.packages.find]
include = torchgeo*

Expand Down
Empty file added torchgeo/py.typed
Empty file.

0 comments on commit 3274eaa

Please sign in to comment.