Commit Graph

6 Commits (master)

Author SHA1 Message Date
liyou01 15a0d77ad5 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

Change-Id: I35db22f4413dcc2809d1ef892bd08006fe757446
2021-04-27 17:07:42 +08:00
Andreas Jaeger c4a651a302 Cleanup py27 support
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine;
  cleanup for Python 3 only
- Fix sphinx warnings

Change-Id: Ic70971b3c927508cd8a69b74f0c6b152671e8f83
2020-04-10 12:41:07 +02:00
huang.zhiping e32624f90d Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ic5164cfbff27f71ed62259571c4dc91ec3b38994
2019-01-11 06:09:47 +00:00
Deepak 750dd06de4 Changed the home-page link
Set the correct url link for home-page

Change-Id: I3581145283e2d9ebb8149dda4427a93158d83765
Partial-Bug: #1630144
2016-10-05 23:33:37 +05:30
Derek Higgins 7c4b353255 Adding in some boiler plate
Mainly coppied from the nova-specs repository.
2014-05-01 13:56:45 +01:00
Derek Higgins 7a52971485 Initial project as generated by cookiecutter-openstack 2014-05-01 12:24:26 +01:00