c564dc3d37
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
18 lines
462 B
INI
18 lines
462 B
INI
[metadata]
|
|
name = baremetal-specs
|
|
summary = OpenStack Baremetal Provisioning Program Development Specifications
|
|
description_file =
|
|
README.rst
|
|
author = OpenStack
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
home_page = http://specs.openstack.org/openstack/ironic-specs/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[files]
|
|
packages =
|
|
specs
|
|
priorities
|