tool.uv.package = true

This commit is contained in:
Simon Willison 2025-12-02 19:19:48 -08:00
commit 03ab359208

View file

@ -93,3 +93,6 @@ datasette = ["templates/*.html"]
[tool.setuptools.dynamic]
version = {attr = "datasette.version.__version__"}
[tool.uv]
package = true