diff options
author | Dan Prince <dprince@redhat.com> | 2012-06-14 13:25:28 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2012-06-14 13:25:53 -0400 |
commit | d20dcdd09728c3e4a6d8da592bfe741490e7c2c1 (patch) | |
tree | 9ee30284abf000de7f089f08ac989b5605fb7dbf /MANIFEST.in | |
parent | 12519ce0266875e6644399a25156c1b8691248ef (diff) | |
download | python-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.in | 2 |
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 * |