diff --git a/gematriapy/py.typed b/gematriapy/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index df00737..b3b9006 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,9 @@ long_description_content_type="text/markdown", url="https://github.com/NoamNol/gematriapy", packages=['gematriapy'], + package_data={ + 'gematriapy': ['py.typed'], + }, license="MIT", classifiers=[ "Programming Language :: Python :: 3",