fix compilation of other folders

This commit is contained in:
Florian Förster 2025-03-21 10:13:45 +01:00
parent 45a238c8f9
commit 43559f1065
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "pycage"
version = "0.2.1"
version = "0.2.2"
description = "tool to handle standalone Python installations from the CLI"
authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"},

View File

@ -45,7 +45,7 @@ def compile(
str(pth_intp),
"-m",
"compileall",
".",
"./python/",
"-x",
exclude_rx,
"-o",