summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Carrez <thierry@openstack.org>2012-04-03 11:56:55 +0200
committerThierry Carrez <thierry@openstack.org>2012-04-03 19:19:41 +0200
commitbe30e463b08aace10e0e6d595f88f3aa44bb2a14 (patch)
tree1d878371d1f1ceda377b5a02b89afeafc2d7284b
parent316b0477d5ec7c1b7994524fff0e4d9afd402ca4 (diff)
downloadpython-keystoneclient-be30e463b08aace10e0e6d595f88f3aa44bb2a14.tar.gz
Include last missing files in tarballessex-rc22012.1
Fix MANIFEST.in to include missing files in published tarballs. Fixes bug 963478. Change-Id: Ide576c8e0dd91ba6788d8fc9596a97ab0533fc12
-rw-r--r--MANIFEST.in4
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 *