Skip to content

Commit a3ec2ab

Browse files
authored
System packages in virtual environment (#19)
Allows using the pre-compiled wxPython package installed for the system Python interpreter rather than compiling it from source in the virtual environment.
1 parent 478213a commit a3ec2ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ features = [
3232
"qt6",
3333
"wx",
3434
]
35+
system-packages = true
3536

3637
[tool.ruff.lint.per-file-ignores]
3738
"src/ScrollableContainers/__init__.py" = ["F401", "N999"]

0 commit comments

Comments
 (0)