Skip to content

Commit 549b136

Browse files
ssatoadrienverge
authored andcommitted
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.
1 parent 333ae52 commit 549b136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ include_package_data = True
5454
install_requires =
5555
pathspec >= 0.5.3
5656
pyyaml
57+
setuptools
5758

5859
test_suite = tests
5960

0 commit comments

Comments
 (0)