pombredanne / anyreadline

A sane readline meta-component for Python that installs the right readline module on windows and macosx (and nothing on linux which has it right by default)
1 stars 1 forks source link

Build wheels #2

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

For the current logic in setup.py, it can be converted to a wheel using requirements that are only activated on each platform.

I am less sure about whether https://github.com/pombredanne/anyreadline/issues/1 could be achieved with wheels, as that needs to test the Python stdlib.