|
|
@ -29,6 +29,7 @@ setup(
|
|
|
|
license=__license__,
|
|
|
|
license=__license__,
|
|
|
|
keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'],
|
|
|
|
keywords=['yaml', 'lint', 'linter', 'syntax', 'checker'],
|
|
|
|
url='https://github.com/adrienverge/yamllint',
|
|
|
|
url='https://github.com/adrienverge/yamllint',
|
|
|
|
|
|
|
|
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
|
|
|
|
classifiers=[
|
|
|
|
classifiers=[
|
|
|
|
'Development Status :: 5 - Production/Stable',
|
|
|
|
'Development Status :: 5 - Production/Stable',
|
|
|
|
'Environment :: Console',
|
|
|
|
'Environment :: Console',
|
|
|
|