Commit Graph

6 Commits

Author SHA1 Message Date
Iury Gregory Melo Ferreira c564dc3d37 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
2022-05-09 16:42:06 -03:00
songwenping 347bc70ff5 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: I1e8a13e430f87bebd6d18e5ebd68c4fe3e0d405e
2021-04-29 19:55:32 +08:00
Andreas Jaeger 3de1d4cec1 Cleanup py27 support
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Require newer pbr
- Remove install_command, the default is fine

Change-Id: I975a7012c42b8ee2c30d3a33fc63a083738d8007
2020-04-08 11:50:56 +02:00
zhangbailin 2e715705da Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: Icbd29d1714a39b2dfeb492d7863b4fb44381f723
2018-12-03 21:51:28 -05:00
nizam b56100f21b Changed the home-page of Ironic-specs in setup.cfg
Instead of pointing to openstack.org, the homepage has been
changed to point to the homepage of Ironic-specs.

Change-Id: I456e393f238fb2ae5b1ceeb1049888df58d3492d
2016-10-23 22:03:42 +05:30
Devananda van der Veen 161a82f218 Initial commit
This imports the structure, unit tests, and template from nova-specs, creating
a functional specs repository without any approved specs.

Some modifications were made to the template to make it more applicable to
Ironic, eg. by adding sections and comments to existing sections where relevant
to bare metal provisioning.

Change-Id: I0b1ccd4a283d1c670a6ce497677dea8f47457f00
2014-05-22 15:51:33 -07:00