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:
parent
edcbf27724
commit
c564dc3d37
@ -10,3 +10,8 @@ classifier =
|
|||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
License :: OSI Approved :: Apache Software License
|
License :: OSI Approved :: Apache Software License
|
||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
|
|
||||||
|
[files]
|
||||||
|
packages =
|
||||||
|
specs
|
||||||
|
priorities
|
||||||
|
Loading…
Reference in New Issue
Block a user