Adds missing files

Under certain circonstances which I couldn't fully understand
(eg: it works if in a git repo, but not if the .git folder
isn't there), python setup.py install forgets some files, and
not all is there. This patch fixed all issues for me in my
Debian package.

Change-Id: I814c4e91156434b1897eb9f50af4d0b81543ca2b
This commit is contained in:
Thomas Goirand 2015-02-09 15:48:34 +01:00
parent 3687523a65
commit c2011714bf

View File

@ -3,4 +3,7 @@ include ChangeLog
exclude .gitignore
exclude .gitreview
recursive-include oslo/middleware *.py
recursive-include oslo_middleware *.py
global-exclude *.pyc