fair-research / bdbag

Big Data Bag Utilities
https://fair-research.org
Apache License 2.0
49 stars 23 forks source link

Build universal (Python 2 and 3 compat.) wheels by default. #19

Closed jmchilton closed 6 years ago

jmchilton commented 6 years ago

xref https://packaging.python.org/tutorials/distributing-packages/#universal-wheels

Ideally you'd publish these wheels along with your source files to PyPI when you do releases (just publish the results of "python setup.py bdist_wheel" in addition to sdist).

mikedarcy commented 6 years ago

Thanks. I'll try to get this going for the next release.