From 0b06b02c92e3078d886c80e9f15b8740132d26a8 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 29 Nov 2015 02:48:39 +0100 Subject: add new pyinstaller spec files --- MANIFEST.in | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index f18533a3..b68af9a6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,8 @@ -include mitmproxy mitmdump -include LICENSE CHANGELOG CONTRIBUTORS README.rst -recursive-include examples * -recursive-include doc * -recursive-include test * -recursive-include libmproxy * +include mitmproxy mitmdump mitmweb +include LICENSE CHANGELOG CONTRIBUTORS CONTRIBUTING.md README.rst +graft examples +graft doc +graft test +prune test/tools +graft libmproxy recursive-exclude * *.pyc *.pyo *.swo *.swp -recursive-exclude netlib * -recursive-exclude libpathod * -- cgit v1.2.3