From 47346f6490d7e5bd397aa28afb96439da5d01d58 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 11 Jan 2012 17:26:55 +0100 Subject: [PATCH] Add missing files in tarball Fix MANIFEST.in to include all files in released tarballs. Note that tools/rfc.sh is ignored since it's only for (deprecated) gerrit support. Fixes bug 912193. Change-Id: Ic9952220a67d5583e639fcb9e74f472dd9f0fdef --- MANIFEST.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c888933372..c69c16b089 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,9 @@ include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py -include ChangeLog -graft doc +include CHANGELOG +include babel.cfg +graft doc graft etc +graft locale graft test/functional graft test/probe +graft test/unit