Commit Graph

7 Commits

Author SHA1 Message Date
yangyawei 31d24ae492 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: Ic904471801c3af6a83ec6229431ac372736d6a73
2021-05-14 14:17:03 +08:00
Thierry Carrez e76ad922f8 The Meta SIG is no longer needed
The Meta SIG was created to administrate and promote the SIGs.
This was needed as the SIGs were co-owned by the OpenStack TC
and the OpenStack UC. Now that they operate as a single group,
we can just put the SIGs under the responsibility of the TC,
like other community work groups in OpenStack.

Change-Id: I1f6e3aa90d3f83c7d37df4e726f3e983ae948bff
2020-08-11 18:15:35 +02:00
Sean McGinnis 9cddaa57bc
Cleanup setup.cfg for unused settings
We no longer need [build_sphinx] and [pbr] settings in setup.cfg, and
the version number set was very old. This removes those settings since
they are not actually needed for this repo.

http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html

Change-Id: I1d9eff41312d0b4226428d713f828514f510bcd4
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-11-12 06:27:59 -06:00
huang.zhiping 586050779d Update home-page
Change-Id: I2a5fa696b1368acabbdb62a62ae0ab4c9f9affef
2019-08-13 00:48:04 +00:00
Jeremy Stanley 5cf494ab31 Reflect ML move from openstack-sigs to -discuss
The openstack-sigs mailing list is being retired in favor of having
the same discussions on openstack-discuss instead:

http://lists.openstack.org/pipermail/openstack-sigs/2018-November/000670.html

Change-Id: Ibdf691056ed8fb8ab843e9b597dc7d9199a63ab3
2018-12-03 18:32:18 +00:00
Andreas Jaeger 94bea0b02f switch documentation job to new PTI
Update .zuul.yaml to use PTI job, update tox.ini to use the common way
to run sphinx, update setup.cfg for handling warnings as errors.

Change-Id: Id21dc212f17397b98c89fff047d5a4f83fa5409f
2018-11-05 09:35:28 +01:00
Thierry Carrez b73404484c Set up initial content
Initial content for the SIG website, including information on
the Meta SIG.

Change-Id: I92741f1d166e31c1c976f33d2de432111975aa6c
2017-11-28 15:24:03 +01:00