Fix MANIFEST.in to inlcude migrations

Fuel CI builds packages not from sdist, but from result of 'git archive',
so PBR doesn't have a chance to generate proper MANIFEST.in for us.
That's why we have to have proper MANIFEST.in in-tree as well.

Change-Id: Iead8053ca3f94b7999c737902281ecae5253f870
This commit is contained in:
Yuriy Taraday 2016-04-04 14:25:21 +03:00
parent d13bff5da0
commit bdefb3cc61
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
recursive-include tuning_box/migrations *.py
global-exclude *.pyc
global-exclude *.pyc