idlesign / torrentool

The tool to work with torrent files.
https://github.com/idlesign/torrentool
BSD 3-Clause "New" or "Revised" License
148 stars 30 forks source link

Allow install via pipx #22

Closed neomanic closed 2 years ago

neomanic commented 2 years ago

I was going to use torrentool with an install via pipx. Installed but failed to run because click isn't specified as a dependency.

So I just added extras_require={'cli': ['click']}, to setup.py, then installed via pipx install torrentool[cli], and now it works.

idlesign commented 2 years ago

Thank you. Merged.