Commit Graph

6 Commits

Author SHA1 Message Date
Pierre Riteau fd5cea9fa0 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: Iff0025bc13162397e6fabbc4b9674daa2e44091d
2021-05-05 10:04:35 +02:00
Mark Goddard cef71c7793 Update links to docs and IRC for kolla governance
Change-Id: Ibbe0d59a22807457c615c6921fb71ccb4a3af2ae
2019-09-16 17:44:23 +01:00
Vieri 278273f98b Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I43a8fc8fb7572f3e1481028012e2ead508ad81e7
2018-12-05 03:41:35 +00:00
Mark Goddard 1085a0c95e Fix package name in setup.cfg
This was preventing the release of this package using openstack/releases:

validate_tarball_base: tarball-base for openstack/kayobe-config-dev
4.0.0 defaults to 'kayobe-config-dev' but the sdist name is actually
'dev-kayobe-config'. It is too expensive to determine this value during
the site build, please set it explicitly.

Change-Id: I87063c37200a2520b3e82eb257f40ebd72f8090d
2018-10-11 09:23:48 +01:00
Mark Goddard 35fabd4630 Fix references to kayobe-config after merge 2018-09-04 19:45:26 +01:00
Mark Goddard f3aac5c4d0 Add tox.ini with pep8 environment that runs yamllint
Also fixes one lint failure - a trailing space in monitoring.yml.
2018-05-15 09:58:43 +01:00