Distribution: Create script with setup.py

This commit is contained in:
Adrien Vergé
2016-01-24 18:02:42 +01:00
parent 5ed496f471
commit be998593dd
3 changed files with 2 additions and 26 deletions

View File

@@ -42,7 +42,7 @@ setup(
],
packages=find_packages(),
scripts=['bin/yamllint'],
entry_points={'console_scripts': ['yamllint=yamllint.cli:run']},
package_data={'yamllint': ['conf/*.yml']},
install_requires=['pyyaml'],
tests_require=['nose'],