From 0508bd8f230f2a17fa3f6b84c0236cf7b82feefe Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Fri, 12 Jun 2026 17:06:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20doco=20src=20layout?= =?UTF-8?q?=20=E7=9A=84=20pyproject.toml=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doco/pyproject.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doco/pyproject.toml b/doco/pyproject.toml index 7fe92d7..36ffd76 100644 --- a/doco/pyproject.toml +++ b/doco/pyproject.toml @@ -29,8 +29,10 @@ dev = [ ] [project.scripts] -doco = "doco.src.cli:main" +doco = "doco.cli:main" + +[tool.setuptools.package-dir] +"" = "src" [tool.setuptools.packages.find] -where = ["."] -include = ["doco.src*"] +where = ["src"]