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.
pull/245/merge
Satoru SATOH 4 years ago committed by Adrien Vergé
parent 333ae52c78
commit 549b136a04

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

Loading…
Cancel
Save