python-fire
python-fire copied to clipboard
Provide a python wheel on PyPi
Hello, would it be possible to provide a python wheel in addition to the tar tz on pypi?
https://pypi.org/project/fire/#files
Currently only the source code is provided.
I have a client package which also exposes a CLI. When I want to include the package in pyodide I have to manually import a wheel of fire as it is not available on Pypi.
If needed I can try to create a MR for this.