From c564dc3d378ae68266d5772de47c81644ca9aedd Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Mon, 9 May 2022 16:24:05 -0300 Subject: [PATCH] Fix Multiple top-level packages discovered in flat-layout The linters and docs jobs are failing due to: ``` error: Multiple top-level packages discovered in a flat-layout: ['specs', 'priorities']. ``` This commit ensure we add the dirs in setup.cfg to avoid the problem Change-Id: I7ed2ac860b48a71d8f11fedd6072ef4e49f4ba22 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 81b3f1b3..7b11ff5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,8 @@ classifier = Environment :: OpenStack License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux + +[files] +packages = + specs + priorities