aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2012-02-25 13:16:30 +1300
committerAldo Cortesi <aldo@nullcube.com>2012-02-25 13:16:30 +1300
commit760d303dfa9dcce4035e482597cfaa9a08bfa70e (patch)
treeeea024487073eb78813fbc2268da1d7d7a377ffe /MANIFEST.in
parent3afa2c38fb8e95b417be134ef4c137b0829a8621 (diff)
downloadmitmproxy-760d303dfa9dcce4035e482597cfaa9a08bfa70e.tar.gz
mitmproxy-760d303dfa9dcce4035e482597cfaa9a08bfa70e.tar.bz2
mitmproxy-760d303dfa9dcce4035e482597cfaa9a08bfa70e.zip
Add README.txt for PyPi.
Yes, this means we now maintain two complete README files that are identical except for markup. We distribute with only README.txt, so README.mkd can actually move in to the documentation tree at some point.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d0c96b42..f1465cd9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,8 @@
include LICENSE
include CHANGELOG
include CONTRIBUTORS
-include README.mkd
+include README.txt
+exclude README.mkd
recursive-include examples *
recursive-include doc *
recursive-include test *