Add missing files to MANIFEST.in

Some files were missing from tarballs generated using
'python setup.py sdist', this adds them to MANIFEST.in.
Fixes bug 1001217.

Change-Id: I0c99deba3f24989b34cff27b5d3cd1c999cd08fa
This commit is contained in:
Thierry Carrez
2012-05-22 11:37:58 +02:00
parent 623a0898f8
commit 78cd3d9e16

View File

@@ -1,3 +1,7 @@
include README.rst
include AUTHORS
include HACKING.rst README.rst
include LICENSE
include run_tests.sh
include openstack-common.conf tox.ini
recursive-include tests *
recursive-include tools *