From 4d19937ddb69cc26bb8a1e997abf21c0f910130d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 16:24:33 -0700 Subject: packaging: include py.typed for mypy to detect --- fuzzycat/py.typed | 0 setup.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 fuzzycat/py.typed diff --git a/fuzzycat/py.typed b/fuzzycat/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 290740f..51b5008 100644 --- a/setup.py +++ b/setup.py @@ -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", -- cgit v1.2.3