diff --git a/setup.cfg b/setup.cfg
index 872582e1cadf6fb089b0512c4d87cb377e9fb179..c0653013c603c8abc7ea67151d120cf7257ee925 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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/*