Skip to content

Commit

Permalink
Add PEP-561 py.typed file
Browse files Browse the repository at this point in the history
This commit adds a py.typed file, which marks the package as having type information available.
For more information, see  https://mypy.readthedocs.io/en/stable/installed_packages.html#making-pep-561-compatible-packages
  • Loading branch information
lalten committed Apr 23, 2021
1 parent 70550f9 commit 905e402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def run_tests(self):
packages=find_packages(),
package_data={
'openhtf': [
'py.typed',
'output/proto/*.proto', 'output/web_gui/dist/*.*',
'output/web_gui/dist/css/*', 'output/web_gui/dist/js/*',
'output/web_gui/dist/img/*', 'output/web_gui/*.*'
Expand Down

0 comments on commit 905e402

Please sign in to comment.