Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Rosser 1a44f7f29d Cleanup setup.py config
Change-Id: I91b356bd069a44929bb8941344255b5011af9187
2022-04-04 10:33:07 +01:00
XinxinShen 5ec76a586c 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: I04790eabe9680a5b2d19a3e721920e5c8f00aa9e
2021-04-28 11:19:11 +08:00
melissaml 6ae84ce8be Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: I6335f78b57f4942d4b3b82388659e5d454907eb1
2020-04-14 17:30:50 +08:00
sunjia c483071830 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ib9a1f3a6290dc04412b9ccdb5a49b9a6962096ff
2018-12-03 20:49:16 -05:00
ZhijunWei 183af3af95 Add the missing home-page
Change-Id: I08f391f8c969f1bd0caef400d631ffb222fffa62
2018-06-22 23:39:25 -04:00
nirajsingh 130e4c0e29 First commit 2018-04-16 17:02:09 +05:30