Just add this to setup.cfg:
[bdist_wheel] universal = 1
See https://packaging.python.org/en/latest/distributing.html#universal-wheels
Docutils is not fit for Universal Wheels. Docutils supports both Python 2 and 3, but with different code (we use “2to3”). This would make it a candidate for "Pure Python wheels". https://packaging.python.org/en/latest/distributing.html#pure-python-wheels
Diff:
--- old +++ new @@ -1,4 +1,3 @@ - Just add this to setup.cfg: [bdist_wheel]
Ticket moved from /p/docutils/bugs/271/
on release build a wheel for py3 and upload to pypi (just do not forget)
Log in to post a comment.
Docutils is not fit for Universal Wheels. Docutils supports both Python 2 and 3, but with different code (we use “2to3”). This would make it a candidate for "Pure Python wheels".
https://packaging.python.org/en/latest/distributing.html#pure-python-wheels
Last edit: Günter Milde 2015-04-13
Diff:
Ticket moved from /p/docutils/bugs/271/
on release build a wheel for py3 and upload to pypi
(just do not forget)