From caf5bdbf8935f108fa0078aabedd7bed46a76ee5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 8 Jul 2010 17:20:52 +0200 Subject: [PATCH] re-add exclude pattern --HG-- branch : trunk --- MANIFEST.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 608230b81..2e024159a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,9 +10,9 @@ graft bin graft testing #exclude *.orig #exclude *.orig -#exclude *.rej -#exclude .hginore -#exclude *.pyc +exclude *.rej +exclude .hginore +exclude *.pyc #recursive-exclude testing *.pyc *.orig *.rej *$py.class #prune .pyc #prune .svn