fpgmaas/cookiecutter-uv

Bug Summary

Closed this issue · 0 comments

Describe the bug

After building docs, uv add fails with "error: Multiple top-level packages discovered in a flat-layout: ['punq', 'site']".
Fixed (pretty sure) by adding

[tool.setuptools.packages.find]
exclude = ['site']

to pyproject.toml

To Reproduce

  • Create a new project.
  • Build docs with make docs
  • Add a new dependency (in my case mkdocs-include-markdown)
  • Oh noes!