Commit Graph

5 Commits

Author SHA1 Message Date
XinxinShen e084350b67 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: I1a7054a3fff7a4af9c4f9eb734099483d909ecb8
2021-04-28 11:06:06 +08:00
Andreas Jaeger cbfac3096d 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
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine

Change-Id: I43c3b5653289753da4fb1d2b6db5b03336b42d67
2020-04-19 17:54:50 +02:00
huang.zhiping 8850e5d1bf Update home-page
Change-Id: Id67100cdee140de88762b12b4aed1e250eaef11b
2019-01-11 11:19:13 +00:00
zhangbailin d1cc99d15d Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces
openstack-dev.

Change-Id: I3c3e2a55a5d2617ad5d051c0765f30a0b8842e0a
2018-12-03 21:57:15 -05:00
Sampath Priyankara 2c10be4ec4 Add spec repo structure
This patch add spec repo structure to masakari-specs.
 TODO: Need to add spec tests

Change-Id: I171724efbd716b1f775057bfd117686c086dd09c
2017-01-16 13:44:30 +09:00