diff --git a/masque/py.typed b/masque/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 739b5f3..f45961e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,9 @@ setup(name='masque', url='https://mpxd.net/code/jan/masque', packages=find_packages(), package_data={ - 'masque': ['VERSION'] + 'masque': ['VERSION', + 'py.typed', + ] }, install_requires=[ 'numpy',