Make type hints in library accessible to mypy.

This commit is contained in:
Jennifer Taylor 2021-06-27 17:39:22 +00:00
parent 2b5ddaee7b
commit 9f546ecf42
2 changed files with 1 additions and 0 deletions

0
arcadeutils/py.typed Normal file
View File

View File

@ -7,6 +7,7 @@ setup(
description='Collection of utilities written in Python for working with various arcade binaries.',
author='DragonMinded',
license='Public Domain',
package_data={"arcadeutils": ["py.typed"]},
packages=[
'arcadeutils',
],