oslo.middleware/MANIFEST.in
Thomas Goirand c2011714bf 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
2015-02-09 15:49:41 +01:00

9 lines
172 B
Plaintext

include AUTHORS
include ChangeLog
exclude .gitignore
exclude .gitreview
recursive-include oslo/middleware *.py
recursive-include oslo_middleware *.py
global-exclude *.pyc