
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
8 lines
139 B
Plaintext
8 lines
139 B
Plaintext
include AUTHORS
|
|
include ChangeLog
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
recursive-include tuning_box/migrations *.py
|
|
|
|
global-exclude *.pyc
|