mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
Distribution: Update program description
This commit is contained in:
parent
233a70adb3
commit
11a14d4df8
@ -1,4 +1,6 @@
|
||||
# yamllint
|
||||
|
||||
A linter for YAML files.
|
||||
|
||||
[](https://travis-ci.org/adrienverge/yamllint)
|
||||
[](https://coveralls.io/github/adrienverge/yamllint?branch=master)
|
||||
|
@ -23,7 +23,7 @@ from yamllint import parser
|
||||
|
||||
APP_NAME = 'yamllint'
|
||||
APP_VERSION = '0.1.0'
|
||||
APP_DESCRIPTION = 'Lint YAML files.'
|
||||
APP_DESCRIPTION = 'A linter for YAML files.'
|
||||
|
||||
__author__ = 'Adrien Vergé'
|
||||
__copyright__ = 'Copyright 2016, Adrien Vergé'
|
||||
|
Loading…
Reference in New Issue
Block a user