aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-12-28 23:28:35 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-12-28 23:28:35 +1300
commitf78451dbbe14712a3424cb6de5f5e06326a8d842 (patch)
tree678522a0f6643a0ccd9624861a390e078e26612d /MANIFEST.in
parent84f57a283287e7358eed7f8e36fbe0a0652a8675 (diff)
downloadmitmproxy-f78451dbbe14712a3424cb6de5f5e06326a8d842.tar.gz
mitmproxy-f78451dbbe14712a3424cb6de5f5e06326a8d842.tar.bz2
mitmproxy-f78451dbbe14712a3424cb6de5f5e06326a8d842.zip
Add netlib and libpathod as excludes in MANIFEST.in
These are commonly symlinked during dev
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cc048b61..3578d855 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,4 +5,6 @@ recursive-include examples *
recursive-include doc *
recursive-include test *
recursive-include libmproxy *
-recursive-exclude * *.pyc *.pyo *.swo *.swp \ No newline at end of file
+recursive-exclude * *.pyc *.pyo *.swo *.swp
+recursive-exclude netlib *
+recursive-exclude libpathod *