fix compilation of other folders
This commit is contained in:
parent
45a238c8f9
commit
43559f1065
@ -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"},
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user