aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mitmproxy/py.typed0
-rw-r--r--setup.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/mitmproxy/py.typed b/mitmproxy/py.typed
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/mitmproxy/py.typed
diff --git a/setup.py b/setup.py
index 543b2da3..7f5f24eb 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,7 @@ setup(
"Topic :: Internet :: Proxy Servers",
"Topic :: System :: Networking :: Monitoring",
"Topic :: Software Development :: Testing",
+ "Typing :: Typed",
],
packages=find_packages(include=[
"mitmproxy", "mitmproxy.*",