Skip to content

Do not build universal-wheels, use pure-python-wheels

According to: https://packaging.python.org/guides/distributing-packages-using-setuptools/#pure-python-wheels

Just a technicality, since we dropped Python 2 support. Setuptools would automatically infer it is pure-python. This would result in files like:

fluiddyn-0.3.2-py3-none-any.whl

Merge request reports