Separate Python packagers

[GitHub #79]
This commit is contained in:
Aoran Zeng
2024-09-13 19:17:51 +08:00
parent 3ff2376351
commit 48cefa1b1d
8 changed files with 199 additions and 176 deletions

View File

@@ -57,7 +57,7 @@ pl_python_poetry_setsrc (char *option)
chsrc_note2 ("Poertry 仅支持项目级换源");
cmd = xy_2strjoin ("poetry source add my_mirror ", source.url);
chsrc_run (cmd, RunOpt_Default);
chsrc_run (cmd, RunOpt_No_Last_New_Line);
chsrc_conclude (&source, ChsrcTypeAuto);
}