Commit Graph

7 Commits

Author SHA1 Message Date
Marc Gariepy a504a35d29 Cleanup setup.py config
Change-Id: I8f09bb6e6752eced91a0276495c3b0cf5764e0c1
2022-03-31 10:41:50 -04:00
XinxinShen 86182ebe24 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: I150f3362a3790ad6db4da443f582671e6d909f4b
2021-05-05 17:14:43 +08:00
Andreas Jaeger 3bca43ceae Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Cleanup tox.ini for Python 3 only

Change-Id: I9d63e63cf142fded002f7212588266d88f41dd06
2020-04-10 12:34:59 +02:00
ZhongShengping 497593d694 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: I378876ed4d705ac1d244fb7c895398900a56a4cf
2018-12-05 09:16:39 +08:00
Luong Anh Tuan cae689f2e6 Update URL home-page in documents according to document migration
Change-Id: Ie9e8048818a3d9856ee1b4d3c5a162b7ee825a06
2017-07-14 03:21:10 +00:00
avnish c51b0393d9 modify the home-page info with the developer documentation
Change-Id: Ia086c693b48aed6e67393b4561a2ca92e7974720
2016-09-20 16:32:22 +05:30
Jean-Philippe Evrard 64e65750cd Introduced all the scaffolding for test repo
- gitignore to avoid bad files
- git review to enable git review/gerrit integration
- Vagrantfile like the other repos, but not useful (yet!)
- dummy inventory file
- setup.* files because docs use pbr
- requirements files
- tox.ini for test launcher to match openstack standards
- scaffolded docs and release notes for gates to pass

Change-Id: Iaf78c8fd3c2138e1d7d4384fb83c90cb7ddd6d10
2016-08-12 14:50:07 +00:00