c2011714bf
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
9 lines
172 B
Plaintext
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 |