Is it possible to halve your cake and eat it too: can one install (via some mechanism) a project with the following structure:
pyproject.toml
setup.cfg
src/...
scripts/...
In editable mode, like one could with a standard setup.py project:
python3 -m pip install -e .
(It is OK if the answer is: "one does not install pyproj.toml packages in editable mode")