Include last missing files in tarball

Fix MANIFEST.in to include missing files in published tarballs.
Fixes bug 963478.

Change-Id: Ide576c8e0dd91ba6788d8fc9596a97ab0533fc12
This commit is contained in:
Thierry Carrez 2012-04-03 11:56:55 +02:00
parent 40a198eafe
commit 562ee8c270

View File

@ -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 *