Skip to content

Commit

Permalink
Added py.typed file for PEP 561 type checking compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 12, 2021
1 parent 2e13deb commit 85f5732
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def run(self):
url=about['__url__'],
license='BSD',
packages=['stl'],
package_data={about['__import_name__']: ['py.typed']},
long_description=long_description,
tests_require=tests_require,
entry_points={
Expand Down
Empty file added stl/py.typed
Empty file.

0 comments on commit 85f5732

Please sign in to comment.