Skip to content

Commit

Permalink
Add dependency for setuptools, which is required by cli get_version c…
Browse files Browse the repository at this point in the history
…ommand
  • Loading branch information
white-gecko committed Aug 12, 2024
1 parent de769a3 commit 97090ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def run_tests(self):
],
install_requires=[
'six',
'setuptools',
],
zip_safe=True,
entry_points="""
Expand Down

0 comments on commit 97090ce

Please sign in to comment.