Skip to content

Commit 03450dc

Browse files
committed
tool.uv.package = true
Ensures uv run treats this as an editable install package
1 parent d9de30b commit 03450dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.hyphenated}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ dependencies = [
1414
[build-system]
1515
requires = ["setuptools"]
1616
build-backend = "setuptools.build_meta"
17+
18+
[tool.uv]
19+
package = true
1720
{% if cookiecutter.github_username %}
1821
[project.urls]
1922
Homepage = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}"

0 commit comments

Comments
 (0)