tuning-box/MANIFEST.in
Yuriy Taraday bdefb3cc61 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
2016-04-04 14:25:21 +03:00

8 lines
139 B
Plaintext

include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
recursive-include tuning_box/migrations *.py
global-exclude *.pyc