Simon Schmidt
Simon Schmidt
Have you tried: ```toml [tool.hatch.build.targets.wheel] include = ["src/main/lib/pyproject/**"] ```
If you had posted updated instructions [in the docs](https://pnp.github.io/cli-microsoft365/user-guide/connecting-microsoft-365) it would have saved me hours of time searching.
I ended up setting `skip-install = true` and creating a workaround using requirements.txt files and uv. However, with the latest version of uv you can do this, which seems to...
Can we make this more general so there is greater ability to specify UV command line options for project installation? For example, we need to use --override overrides.txt in some...