diff options
-rw-r--r-- | fuzzycat/py.typed | 0 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/fuzzycat/py.typed b/fuzzycat/py.typed new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/fuzzycat/py.typed @@ -15,6 +15,7 @@ with open("README.md", "r") as fh: long_description_content_type="text/markdown", url="https://github.com/miku/fuzzycat", packages=setuptools.find_packages(), + package_data={"fuzzycat": ["py.typed"]}, classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", |