Skip to content

Commit 41edd28

Browse files
committed
Forces the project to be built and installed into the project env
1 parent 45dd384 commit 41edd28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,7 @@ select = [
7171
"I", # isort
7272
"B", # flake8-bugbear
7373
"UP", # pyupgrade
74-
]
74+
]
75+
76+
[tool.uv]
77+
package = true

0 commit comments

Comments
 (0)