summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--magic/py.typed0
-rw-r--r--setup.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/magic/py.typed b/magic/py.typed
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/magic/py.typed
diff --git a/setup.py b/setup.py
index 3b5489a..9da8466 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ setuptools.setup(
long_description=read('README.md'),
long_description_content_type='text/markdown',
packages=['magic'],
+ package_data=['py.typed'],
keywords="mime magic file",
license="MIT",
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',