Restore setuptools requirement for Python < 3.8

This reverts commit 8f68248 "Remove runtime dep 'setuptools' for Python
< 3.8". It looks like removing setuptools induces problems on some
systems, see for example the linked discussion.

Fixes https://github.com/adrienverge/yamllint/issues/380.
pull/414/head
Adrien Vergé 3 years ago
parent 33ce0fa960
commit f47d5318cf

@ -52,7 +52,7 @@ include_package_data = True
install_requires =
pathspec >= 0.5.3
pyyaml
setuptools; python_version < "3.8"
setuptools
test_suite = tests

Loading…
Cancel
Save