From 270ac2bc0d7b2d6f602f4d56e2943c4d0248c0e8 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 29 Oct 2009 12:45:12 +0100 Subject: some release preps and cleanups - update setup.py for release - use distributes_setup on python3 - remove unncessary package_data - remove execnet example --HG-- branch : trunk --- MANIFEST.in | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 84715a5fa..42c013e59 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,16 +1,14 @@ include CHANGELOG include README.txt include setup.py +include distribute_setup.py include LICENSE -include py/LICENSE -include py/path/testing/repotest.dump -include py/rest/rest.sty.template graft doc graft contrib graft example -graft py/bin -graft py/rest/testing/data +graft bin exclude *.orig exclude *.rej +exclude .hginore prune .svn prune .hg -- cgit v1.2.3