-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
Description
Summary
I'm trying to include a .streamlit directory in my source distribution and wheel. It lives next to my pyproject.toml.
Partial pyproject.toml:
[tool.uv]
package = true
[tool.uv.build-backend.data]
data = ".streamlit"However, when running uv build, this directory does not appear in the output, and is not included in the source distribution or wheel.
Am I misunderstanding the documentation or is this a bug?
Documentation references:
- https://docs.astral.sh/uv/concepts/build-backend/#file-inclusion-and-exclusion
- https://docs.astral.sh/uv/reference/settings/#build-backend_data
Platform
Darwin 24.6.0 arm64
Version
uv 0.8.14 (Homebrew 2025-08-28)
Python version
Python 3.12.6
Reactions are currently unavailable