mankyd / htmlmin

A configurable HTML Minifier with safety features
https://htmlmin.readthedocs.org/en/latest/
Other
129 stars 40 forks source link

Distribute package as a universal wheel #57

Open jdufresne opened 5 years ago

jdufresne commented 5 years ago

Wheels are the modern standard of Python distribution

Advantages of wheels:

When you'd normally run python3 setup.py sdist upload, run instead python3 setup.py sdist bdist_wheel upload.

For more details, see:

https://pythonwheels.com/