fix compilation of other folders
This commit is contained in:
parent
45a238c8f9
commit
43559f1065
@ -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"},
|
||||
|
||||
@ -45,7 +45,7 @@ def compile(
|
||||
str(pth_intp),
|
||||
"-m",
|
||||
"compileall",
|
||||
".",
|
||||
"./python/",
|
||||
"-x",
|
||||
exclude_rx,
|
||||
"-o",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user