Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca0ebe4583 | ||
|
|
e6dc67fd0a |
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
include docs/*
|
||||||
|
include tests/yaml-1.2-spec-examples/*
|
||||||
3
setup.py
3
setup.py
@@ -44,8 +44,7 @@ setup(
|
|||||||
|
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
entry_points={'console_scripts': ['yamllint=yamllint.cli:run']},
|
entry_points={'console_scripts': ['yamllint=yamllint.cli:run']},
|
||||||
package_data={'yamllint': ['conf/*.yml'],
|
package_data={'yamllint': ['conf/*.yml']},
|
||||||
'tests': ['yaml-1.2-spec-examples/*']},
|
|
||||||
install_requires=['pyyaml'],
|
install_requires=['pyyaml'],
|
||||||
tests_require=['nose'],
|
tests_require=['nose'],
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.0.1'
|
APP_VERSION = '1.0.2'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
|||||||
Reference in New Issue
Block a user