Skip to content

Commit

Permalink
Restore setuptools requirement for Python < 3.8
Browse files Browse the repository at this point in the history
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 #380.
  • Loading branch information
adrienverge committed Aug 21, 2021
1 parent 33ce0fa commit 1e0d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -52,7 +52,7 @@ include_package_data = True
install_requires =
pathspec >= 0.5.3
pyyaml
setuptools; python_version < "3.8"
setuptools

test_suite = tests

Expand Down

0 comments on commit 1e0d8d9

Please sign in to comment.