Skip to content

Commit bab4e2e

Browse files
committed
Add dependency for setuptools, which is required by cli get_version command
1 parent 1bd08e2 commit bab4e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def finalize_options(self):
2929
],
3030
install_requires=[
3131
'six',
32+
'setuptools',
3233
],
3334
zip_safe=True,
3435
entry_points="""

0 commit comments

Comments
 (0)