From bc7833b4dae91311d5038ece6c4e04cb1abbc494 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 15 Aug 2012 11:16:08 +0200 Subject: [PATCH] Adding missing files to MANIFEST.in Fix MANIFEST.in to include files missing from generated tarballs. Fixes bug 1037010. Change-Id: I33a911e77cc364e761de0c45de7046eca58797b1 --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 011f0e5d6a..7ff976161e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include AUTHORS +include babel.cfg include ChangeLog include LICENSE include HACKING.rst @@ -11,10 +12,11 @@ include setup.py include TODO include tox.ini include etc/* +include httpd/* graft bin graft doc graft tests graft tools graft examples -recursive-include keystone *.json *.xml *.cfg *.pem README +recursive-include keystone *.json *.xml *.cfg *.pem README *.pot *.sql global-exclude *.pyc *.sdx *.log *.db *.swp