Binary wheels built on individuals' machines may use CFLAGS, etc, that are not compatible with all machines, but this is not expressed in the wheel tags. Thus, incompatible machines may download and install such wheels, leading to bad behaviour or even Illegal Instruction crashes.
Fixes #154.
Also set the long_description_content_type to avoid getting warnings from 'twine check'.
We use the CI to build and upload binary wheels.
Binary wheels built on individuals' machines may use CFLAGS, etc, that are not compatible with all machines, but this is not expressed in the wheel tags. Thus, incompatible machines may download and install such wheels, leading to bad behaviour or even Illegal Instruction crashes.
Fixes #154.
Also set the long_description_content_type to avoid getting warnings from 'twine check'.