Add doc, etc and cloud-init-templates directories to python egg

For upstream packaging system it's required to have all
files which are required for package build in tarball.

Change-Id: Ia35bfb54a528b14804a7c447ddd9e4eb77959c81
Closes-bug: #1571669
This commit is contained in:
Evgeny L 2016-04-18 18:33:14 +03:00
parent 6aebe663d2
commit 2b55732d37
1 changed files with 6 additions and 0 deletions

6
MANIFEST.in Normal file
View File

@ -0,0 +1,6 @@
include LICENSE
include README.md
recursive-include doc *
recursive-include etc/bareon *
recursive-include cloud-init-templates *