Add HACKING.rst to generated tarballs

Add HACKING.rst to MANIFEST.in so that it shows in tarballs.
Fixes bug 1002776.

Change-Id: I937d0673d23d922137e684217a8c4c75a5424800
This commit is contained in:
Thierry Carrez
2012-05-22 11:54:39 +02:00
parent 878c939e2c
commit 1fb4540bfa

View File

@@ -1,5 +1,5 @@
include tox.ini
include LICENSE README
include LICENSE README HACKING.rst
include version.py
include tools/*
include quantumclient/tests/*