Distribution: Ship example files from spec in sdist

Closes: #1
This commit is contained in:
Adrien Vergé 2016-02-19 09:10:48 +01:00
parent 316bee8c98
commit fff09fa2df

View File

@ -44,7 +44,8 @@ setup(
packages=find_packages(),
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'],
tests_require=['nose'],
test_suite='nose.collector',