Distribution: Update program description

This commit is contained in:
Adrien Vergé
2016-01-14 21:07:05 +01:00
parent 233a70adb3
commit 11a14d4df8
2 changed files with 3 additions and 1 deletions

View File

@@ -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é'