Commit Graph

5 Commits

Author SHA1 Message Date
LiZekun 8ab63314bb 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: Ied84706c0fa671d4698847716937f2eb55474dd7
2023-09-27 07:05:13 +00:00
Andreas Jaeger 85ec10224b 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
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine

Change-Id: I4980bac7a558a291963270de592078f1a3af1111
2020-04-17 17:03:52 +02:00
huang.zhiping 7c77efbb57 Update home-page
Change-Id: I7d877981c28b3d8a6e2c5de91d10763b281d8825
2019-01-12 02:47:49 +00:00
jacky06 6d73c48532 Change openstack-dev to openstack-discuss
Change-Id: Ic528535a72ae18020e2cc8f1cb7fbbf9ffe1f1a3
2018-11-25 22:16:46 -05:00
Doug Hellmann 765c02a15b initial repository setup
* fix the host in the .gitreview file
* add basic sphinx setup

Change-Id: Ibcb1dc33ae7c5663c8a41a78984de827ee37a40f
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-05-07 17:11:01 -04:00