summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2012-06-14 13:25:28 -0400
committerDan Prince <dprince@redhat.com>2012-06-14 13:25:53 -0400
commitd20dcdd09728c3e4a6d8da592bfe741490e7c2c1 (patch)
tree9ee30284abf000de7f089f08ac989b5605fb7dbf /MANIFEST.in
parent12519ce0266875e6644399a25156c1b8691248ef (diff)
downloadpython-swiftclient-d20dcdd09728c3e4a6d8da592bfe741490e7c2c1.tar.gz
Add missing test/tools files to the tarball.
Fixes LP Bug #1013292. Change-Id: I23ccc476d5e1fa2b131d93970fd3f0e65d633fab
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fb1d208..56af700 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,5 +2,7 @@ include AUTHORS
include ChangeLog
include LICENSE
include README.rst
+include run_tests.sh tox.ini
recursive-include doc *
recursive-include tests *
+recursive-include tools *