Skip to content

Rename the Python wheel to the proper name for a platform-dependent wheel

Ammar Nejati requested to merge a.setWheelName into main
  • 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.

Edited by Ammar Nejati

Merge request reports