Skip to content

Commit f34e667

Browse files
authored
tool: uv setting to avoid the pip install -e (#3468)
1 parent 2e82d17 commit f34e667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ package-dir = { "" = "py" }
103103
include-package-data = false
104104

105105
[tool.uv]
106+
package = true
106107
environments = ["sys_platform == 'linux'", "sys_platform == 'windows'"]
107108
prerelease = "if-necessary-or-explicit"
108109
index-strategy = "unsafe-best-match" # Needed for TRT-LLM

0 commit comments

Comments
 (0)