Python pyproject.toml with custom folder structure builds empty wheel
I’m trying to setup the pyproject.toml
for project that requires a custom folder structure. The configuration allows me to install in editable mode the package, I can run tests and while developing everythings seems to be ok (I just need to set the right PYTHONPATH
before executing the scripts).
Python pyproject.toml script import failing
I have the following project layout: