Merge "Fix setup.cfg syntax error, not allowed comment in files section"

This commit is contained in:
Zuul 2019-05-02 17:46:43 +00:00 committed by Gerrit Code Review
commit 07e97e43af
1 changed files with 4 additions and 3 deletions

View File

@ -18,14 +18,15 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
# In below section we have to include the roles directory explicitly
# to Workaround PBR bug:
# source prefix replaced globally, see:
# https://bugs.launchpad.net/pbr/+bug/1810804
[files]
packages =
kayobe
data_files =
share/kayobe/ansible = ansible/*
# We have to include the roles directory explicitly to Workaround PBR bug:
# source prefix replaced globally, see:
# https://bugs.launchpad.net/pbr/+bug/1810804
share/kayobe/ansible/roles = ansible/roles/*
share/kayobe/doc = doc/*
share/kayobe/etc_examples = etc/*