Skip to content

Create Python Metadata for all WRAP_PYTHON builds

StefanBruens requested to merge StefanBruens/vtk:add_egg into master

The Metadata is not only required for wheels, but also useful when building regular packages with python bindings.

Without the metadata, e.g. PIP does not accept a system wide VTK installation and falls back to downloading the wheel instead.

Merge request reports