Add py.typed stub as per PEP-561

This commit is contained in:
Pavel Savchenko 2019-12-29 14:19:39 +02:00
parent f245d24767
commit 5b2767d18b
2 changed files with 1 additions and 0 deletions

0
mitmproxy/py.typed Normal file
View File

View File

@ -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.*",