Description
The build directory for editable build is currently .mesonpy/editable/build
in the source directory. I don't see a reason why the build directory is nested two levels deep into otherwise empty directories . A flatter directory structure could be used.
While doing so, attaching a Python API tag to the build directory name would allow to have multiple parallel installations of the same package for different interpreters.
Isn't there prior art for choosing the name of the build directory? I don't like something specific to meson-python much. Python uses __pycache__
for its cache. Is it allowed to add tool specific stuff in there? distutils uses a build
folder, IIRC. What about other build backends?
It would be nice to have this decided before we release a version with the editable support.
EDIT: reworded for politeness