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
This commit is contained in:
Iury Gregory Melo Ferreira 2022-05-09 16:24:05 -03:00
parent edcbf27724
commit c564dc3d37

View File

@ -10,3 +10,8 @@ classifier =
Environment :: OpenStack
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[files]
packages =
specs
priorities