designate/contrib/designate-ext-samplehandler
Takashi Kajinami 30b9a0853c setup.cfg: Replace dashes by underscores
Since setuptools v54.1.0[1], the parmeters with dash have been
deprecated in favor of the new parameters with underscore.

This change updates the parameters accordingly to avoid the warnings
like the example below.

  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: I0c8e6a3a474a5cfa029b741b1a26b7d48d244206
2022-02-06 01:42:08 +09:00
..
designate_ext_samplehandler Enable H306 check and fix import ordering 2021-11-18 00:30:05 +00:00
.gitignore Update .gitignore 2017-12-01 13:20:38 +07:00
MANIFEST.in Add the handler plugin example to the contrib folder 2014-02-22 12:08:45 +00:00
README.rst Grammar mistakes have been corrected 2015-08-22 21:32:18 +05:30
requirements.txt Update stackforge references to openstack 2014-06-30 12:21:20 +01:00
setup.cfg setup.cfg: Replace dashes by underscores 2022-02-06 01:42:08 +09:00
setup.py Add the handler plugin example to the contrib folder 2014-02-22 12:08:45 +00:00
test-requirements.txt Remove explicit lockdown of flake8 2017-10-24 14:39:40 +02:00

README.rst

Sample Designate Notification Handler Extension

This repo provides a sample plugin for a custom notification handler.