You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a kind request to the author here (and happy to help if needed). Currently click-completion only publishes .tar.gz package which forces "building" of the package when installing it. It would be great if we have also the .whl package published (not dependent on platform) so that it can be installed without building the package (and without the need of 'wheel' package to be installed.
That would make it easier to use click-completion for standalone python application installed with pipx for example, because then just having a "bare" python and installing 'click-completion' would work - without having to have wheel package installed.
The text was updated successfully, but these errors were encountered:
I have a kind request to the author here (and happy to help if needed). Currently
click-completion
only publishes .tar.gz package which forces "building" of the package when installing it. It would be great if we have also the .whl package published (not dependent on platform) so that it can be installed without building the package (and without the need of 'wheel' package to be installed.That would make it easier to use click-completion for standalone python application installed with
pipx
for example, because then just having a "bare" python and installing 'click-completion' would work - without having to havewheel
package installed.The text was updated successfully, but these errors were encountered: