Commit Graph

5 Commits

Author SHA1 Message Date
XinxinShen 8395cf7c96 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: Ic42d1e9fd6d41de78fd47b1836741c4f4cb47e6f
2021-05-04 17:15:49 +08:00
Andreas Jaeger 0b51f5917c Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and sphinx versions
- Update constraints URL

Change-Id: I71fad2f2287477ae570ae40a8705b035bbc6a38e
2020-04-28 19:49:10 +02:00
melissaml bd764399d4 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Id4de674fd18b12bb94f756fdd628266bf2351f2e
2018-12-05 03:26:32 +08:00
shashi.kant bf09d74b47 Changed the home-page link for ironic-inspector-specs
The homepage pointed to correct link.

Change-Id: I22e3074dd702f056d53a5ada0438c5f4648dbd95
2016-10-24 17:47:55 +05:30
Dmitry Tantsur ac093b15be Initial commit
Change-Id: I2b02c253c8f06642f5468332d622f624cd30292b
2015-12-03 12:48:04 +01:00