Skip to content

Commit

Permalink
setup.py: add setuptools to setup_requirments
Browse files Browse the repository at this point in the history
Signed-off-by: Alfred Wingate <[email protected]>
  • Loading branch information
parona-source committed Mar 29, 2024
1 parent 5da8be2 commit 7be3608
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 @@ -16,6 +16,7 @@

description = 'CLI for MySQL Database. With auto-completion and syntax highlighting.'

setup_requirements = [ "setuptools" ]
install_requirements = [
'click >= 7.0',
# Pinning cryptography is not needed after paramiko 2.11.0. Correct it
Expand Down

0 comments on commit 7be3608

Please sign in to comment.