From c2634476e5a6460ee553aa8c093980a589342d2c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 1 Oct 2014 21:12:12 +0200 Subject: update MANIFEST.in --- MANIFEST.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index d1426c13..efe18f43 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,11 @@ -include LICENSE -include CHANGELOG -include CONTRIBUTORS -include README.txt -include setup.py +include mitmproxy mitmdump +include LICENSE CHANGELOG CONTRIBUTORS README.txt exclude README.mkd recursive-include examples * +recursive-exclude examples *.pyc *.pyo *.swo *.swp recursive-include doc * +recursive-exclude doc *.pyc *.pyo *.swo *.swp recursive-include test * -recursive-include libmproxy/resources * -recursive-exclude test *.swo *.swp *.pyc +recursive-exclude test *.pyc *.pyo *.swo *.swp +recursive-include libmproxy * +recursive-exclude libmproxy *.pyc *.pyo *.swo *.swp \ No newline at end of file -- cgit v1.2.3