Rename the Python wheel to the proper name for a platform-dependent wheel
-
Added a Python script to determine the wheel name via
setuptools
and removed the dummy C-code which was used as a 'hint' topip
to consider the Python wheel as a platform-dependent wheel (instead of a pure-Python wheel). -
Restored
MANIFEST.in
file which is seemingly needed bypip
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.
Edited by Ammar Nejati