summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-05-30 15:39:37 +0200
committerThierry Carrez <thierry@openstack.org>2012-05-30 15:39:37 +0200
commit9a2d9b920b61310da197c6128690a822bc3c8c3b (patch)
tree9e4f0c5676335bfef814756d81c7c6f8a05c8323 /MANIFEST.in
parentd668b27c0967bfe47e3d91d50600c9be5dc653a1 (diff)
downloadswift-9a2d9b920b61310da197c6128690a822bc3c8c3b.tar.gz
Adding missing files in generated tarballs
Fix MANIFEST.in to include tools/, tox.ini and test/sample.conf in generated tarballs. Fixes bug 960018 and bug 1005801. Change-Id: Ifa83eab62300e3aec71ced217dc3cdcb2846ea0e
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c69c16b08..d9b60d655 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,12 @@
include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py
include CHANGELOG
include babel.cfg
+include test/sample.conf
+include tox.ini
graft doc
graft etc
graft locale
graft test/functional
graft test/probe
graft test/unit
+graft tools