mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
12 lines
201 B
INI
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
|