From 2c30362a56df2c7ffc9e571fe8921620b8ea5cf2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 3 Dec 2023 22:08:04 +0800 Subject: [PATCH] bump 0.3.0 rc2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 91875dc..1bcd6ab 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ logger.trace('so this message will be in the same line', tag='same line!') > `pyproject.toml` 内的配置 > Config in `pyproject.toml` +前往 [example/nuitka](/example/nuitka) 查看更多例子 + ```toml title="pyproject.toml" [tool.lndl.nuitka.cli] main = "main.py"