From 760d303dfa9dcce4035e482597cfaa9a08bfa70e Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 25 Feb 2012 13:16:30 +1300 Subject: 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. --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') 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 * -- cgit v1.2.3