mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
118 stars 59 forks source link

ENH: support custom_target() installing a directory #584

Closed dnicolodi closed 4 months ago

dnicolodi commented 4 months ago

Meson support custom_target() whose output is not a file but a directory. Support these in meson-python mapping of installation paths to wheel locations. Replaces #571.