fix: add runtime dependency to setuptools

yamllint depends on pkg_resources.load_entry_point from setuptools to
make its command working, so this runtime dependency to setuptools is
necessary to be listed.
This commit is contained in:
Satoru SATOH 2020-09-12 16:54:27 +09:00 committed by Adrien Vergé
parent 333ae52c78
commit 549b136a04

View File

@ -54,6 +54,7 @@ include_package_data = True
install_requires =
pathspec >= 0.5.3
pyyaml
setuptools
test_suite = tests