Rename the Python wheel to the proper name for a platform-dependent wheel
Compare changes
- AlQuemist authored
Added a Python script to determine the wheel name via setuptools
and removed the dummy C-code which was used as a 'hint' to pip
to consider the Python wheel as a platform-dependent wheel (instead of a pure-Python wheel).
Restored MANIFEST.in
file which is seemingly needed by pip
under Windows to include the binaries.
Removed unneeded zshell scripts which were used for making the Python package under MacOS.
Added wheel
to Python dependencies.