Commit Graph

7 Commits

Author SHA1 Message Date
Marc Gariepy b0a2fa039a Cleanup setup.py config
Change-Id: I7f9ee0fbda74eccf429c40e31a1006cd75449563
2022-03-31 10:38:46 -04:00
YuehuiLei ed09dca8bd 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: I508a4c8dbd392cc3a867c7479bc4ce4ad97de12a
2021-05-05 15:16:20 +08:00
melissaml 020faf5e78 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: Ic2b03b0ac599dce3a84e589d5808bd989c2a453e
2020-04-14 16:34:42 +08:00
ZhongShengping 0a51507c42 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: I49a18788f4acb0732875d30123f384e479ad4551
2018-12-05 09:16:39 +08:00
ZhongShengping c2e384eabf Update URLs in documents according to document migration
Change-Id: I5c798478b1da8803477e594dec11f1e08592c8f7
2017-07-14 09:37:06 +08:00
avnish a6c27d7c85 Update homepage with developer documentation page
Change-Id: Ia180186b48a6f547b84dd39808736abf9aa170ac
2016-09-20 14:28:44 +05:30
Matt Thompson 7ee4373ba6 Implement base configuration for independent repository
This is a first pass at bringing in the necessary bits for the gate to
successfully pass.

Change-Id: I5b4a6c813eaea5f4a4fea4b0a8b4905c4054382d
2016-03-02 07:28:55 +00:00