From 78cd3d9e162cf8a9d3f50433fad094fbc9e75e3a Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Tue, 22 May 2012 11:37:58 +0200 Subject: [PATCH] Add missing files to MANIFEST.in Some files were missing from tarballs generated using 'python setup.py sdist', this adds them to MANIFEST.in. Fixes bug 1001217. Change-Id: I0c99deba3f24989b34cff27b5d3cd1c999cd08fa --- MANIFEST.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6742c85..93ef0fe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,7 @@ -include README.rst +include AUTHORS +include HACKING.rst README.rst include LICENSE +include run_tests.sh +include openstack-common.conf tox.ini recursive-include tests * +recursive-include tools *