Closed domdfcoding closed 3 years ago
Hi,
Would it be possible to have wheels on PyPI for flask-compress? From what I can tell it's pure python, so It should be as easy as setup.py bdist_wheel and then uploading the .whl file to PyPI.
setup.py bdist_wheel
.whl
Thanks
I just uploaded the wheels. Can you check?
Hi,
Would it be possible to have wheels on PyPI for flask-compress? From what I can tell it's pure python, so It should be as easy as
setup.py bdist_wheel
and then uploading the.whl
file to PyPI.Thanks