diff options
| author | Thierry Carrez <thierry@openstack.org> | 2012-04-03 11:56:55 +0200 |
|---|---|---|
| committer | Thierry Carrez <thierry@openstack.org> | 2012-04-03 19:19:41 +0200 |
| commit | be30e463b08aace10e0e6d595f88f3aa44bb2a14 (patch) | |
| tree | 1d878371d1f1ceda377b5a02b89afeafc2d7284b | |
| parent | 316b0477d5ec7c1b7994524fff0e4d9afd402ca4 (diff) | |
| download | python-keystoneclient-2012.1.tar.gz | |
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 * |
