diff options
| author | Thierry Carrez <thierry@openstack.org> | 2012-04-03 11:56:55 +0200 |
|---|---|---|
| committer | Thierry Carrez <thierry@openstack.org> | 2012-04-03 11:56:55 +0200 |
| commit | 7b8532908b869902dea1d9355c93c40fec258ef6 (patch) | |
| tree | 26c9d4eb740b406f10f0a45eda61438ef80207fd | |
| parent | e957119771154566b52cac93833465fc95ff03d8 (diff) | |
| download | python-keystoneclient-7b8532908b869902dea1d9355c93c40fec258ef6.tar.gz | |
Include last missing files in tarball
Fix MANIFEST.in to include missing files in published tarballs.
Fixes bug 963478.
Change-Id: Ide576c8e0dd91ba6788d8fc9596a97ab0533fc12
| -rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b023d22..8d65859 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ include README.rst -include LICENSE +include AUTHORS HACKING LICENSE +include run_tests.sh tox.ini recursive-include docs * recursive-include tests * +recursive-include tools * |
