Commit Graph

6 Commits

Author SHA1 Message Date
yangyawei 4ef8d0b440 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: I600e640d54fc4750304274e9de24b0a8ab05ea82
2021-04-30 09:59:18 +08:00
Andreas Jaeger a73df5a05f Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Switch to using sphinx-build, fix doc warnings
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme version
- Remove install_command from tox.ini, the default is fine

Change-Id: I23a2d62a8853f01e8574ef37b5ee1ac2ee09acd0
2020-04-10 11:21:00 +02:00
ZhongShengping 586eef784f 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: Iafd870f48312de9f3cabc5d127006cdc12080871
2018-12-05 09:15:49 +08:00
Deepak 1970a2c676 Changed the home-page link
Set the correct url link for home-page

Change-Id: I930c78737ff3c22f89af39f98ee7c8ce28b72bd4
Closes-Bug: #1630120
2016-10-06 06:34:37 +00:00
venkatamahesh 3eb514e385 Renamed os-ansible-deployment to OpenStackAnsible
Changed the values in setup.cfg according to
new name

Change-Id: I58c027465017f6bfd5d98672f1d574631444304f
2015-09-20 06:28:24 +05:30
Kevin Carter 05b9c2e76f Initial commit for OS-Ansible-Deployment specs
This commit adds basic repo configuration and testing for specs.
Changes include:

* Doc testing
* Index testing
* Build testing
* Initial spec template

Change-Id: I48e4ef1794fb3b698a8346345848bdfa67ccb08b
2015-03-17 14:19:19 -05:00