django-npm icon indicating copy to clipboard operation
django-npm copied to clipboard

Missing wheel files

Open xavfernandez opened this issue 5 years ago • 0 comments

Hello,

since version 0.1.2, no wheel file has been uploaded to pypi.org. (cf https://pypi.org/simple/django-npm/)

This could improve the installation speed.

git checkout v1.0.0
pip install -U setuptools wheel
python setup.py bdist_wheel

followed by some testing before uploading to PyPI would do the trick :)

xavfernandez avatar Sep 11 '19 15:09 xavfernandez