cliff not builded in py3 wheel
Bug #1760157 reported by
Puissant Clement
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cliff |
Confirmed
|
Low
|
Unassigned |
Bug Description
It would be really great if a wheel package for python 3 is built and uploaded to pypi !
(In my company we had some easy_install surprise with our proxy since we often use wheel)
Many thanks
To post a comment you must log in.
We need to add this to the setup.cfg:
[wheel]
universal = 1
If you have time to propose the patch it should be easy to approve quickly. Otherwise one of us will try to get to it soon.