Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Rosser e93509ec6f Cleanup setup.py config
Change-Id: I4bc528e67c097f649c6e49cf39a3452a853560be
2022-04-04 10:42:44 +01:00
yangyawei df5a20da2f 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: Idab6e815af523b3d0f424b278f94ab5e3d55d12e
2021-04-30 14:08:20 +08:00
melissaml 300d0d1d69 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: I467df391b180a2988cf4f7b82a6ea1a4cd4fd4dd
2020-04-14 16:42:34 +08:00
ZhongShengping 70ca209dd1 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: I5be0c2c43a247b0bff31d45f65fa5a9e187eee52
2018-12-05 09:16:44 +08:00
ZhongShengping c64293150b Update URLs in documents according to document migration
Change-Id: Ia97c5725596a81ac3f7469501851e7705415171b
2017-07-14 09:44:33 +08:00
avnish dd90521145 modify the home-page info with the developer documentation
Change-Id: I411021acbc0db32d7530a7990aecfa69bffcc28a
2016-09-20 16:34:55 +05:30
Kevin Carter f379c6abd4 Implement base configuration for independent repository
Change-Id: I91826d92a1c4bf30a9be77d538ffaa45b3bf7c8e
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-02 00:07:37 +00:00