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] [project]
name = "pycage" name = "pycage"
version = "0.2.1" version = "0.2.2"
description = "tool to handle standalone Python installations from the CLI" description = "tool to handle standalone Python installations from the CLI"
authors = [ authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"}, {name = "Florian Förster", email = "f.foerster@d-opt.com"},

View File

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