Files
yamllint/tests/plugins/yamllint_plugin_example/setup.cfg
2020-10-02 12:54:37 +02:00

12 lines
201 B
INI

[metadata]
name = yamllint_plugin_example
version = 1.0.0
[options]
packages = find:
install_requires = yamllint
[options.entry_points]
yamllint.plugins.rules =
example = yamllint_plugin_example