Commit Graph

7 Commits

Author SHA1 Message Date
Marc Gariepy fd73df8e1e Cleanup setup.py config
Change-Id: I4b642a19ba6ae4f98dece434a905144e186c7f27
2022-03-31 10:39:09 -04:00
YuehuiLei 6a52b9d55f 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: Ibbb59bdd6b7ae0794ebe0f5c351e542e2affcf40
2021-05-05 15:14:04 +08:00
melissaml f17c60c432 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: I1b8f09b5fce14b53d9538e32b7bd9e7c2615cf24
2020-04-14 16:26:36 +08:00
ZhongShengping a54c9ecfef Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: I320a3945a29097b6266532bce634b19d82641b22
2018-12-05 09:13:23 +08:00
Guoqiang Ding 935b20deb4 Update the doc link
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
2017-11-13 18:13:56 +08:00
avnish 988006d22d Update homepage with developer documentation page
Change-Id: Id2e647991fe596ef0af7d3f6f6af079e95e9e664
2016-09-20 13:04:19 +05:30
Travis Truman 8c21de8612 Implement base configuration for independent repository
Change-Id: I2226f825d2d5132331496ce2cf8aeda65d605dff
2016-03-02 09:39:02 -05:00