Rename the Python wheel to the proper name for a platform-dependent wheel
-
Added a Python script to determine the wheel name via
setuptoolsand removed the dummy C-code which was used as a 'hint' topipto consider the Python wheel as a platform-dependent wheel (instead of a pure-Python wheel). -
Restored
MANIFEST.infile which is seemingly needed bypipunder Windows to include the binaries. -
Removed unneeded zshell scripts which were used for making the Python package under MacOS.
-
Added
wheelto Python dependencies.
Edited by Ammar Nejati