aboutsummaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-12-29 21:55:05 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-12-30 18:48:49 +0100
commitd15bdf8d033b5ff2b5a465e74482e70a2a477069 (patch)
tree93b681b0171436eed1cca51e2d93db739bb73e6b /release
parent9dc3d16bf2554ca1fb6d191c232d096fe0774110 (diff)
downloadmitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.gz
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.tar.bz2
mitmproxy-d15bdf8d033b5ff2b5a465e74482e70a2a477069.zip
fix appveyor build script
we now have a module named "types", which of course confuses Python 3.5. O:-)
Diffstat (limited to 'release')
-rw-r--r--release/hooks/hook-mitmproxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/hooks/hook-mitmproxy.py b/release/hooks/hook-mitmproxy.py
new file mode 100644
index 00000000..21932507
--- /dev/null
+++ b/release/hooks/hook-mitmproxy.py
@@ -0,0 +1 @@
+hiddenimports = ["mitmproxy.script"]