fix: 修复 doco src layout 的 pyproject.toml 配置

This commit is contained in:
simonkoson
2026-06-12 17:06:10 +08:00
parent aa59ef78e0
commit 0508bd8f23
+5 -3
View File
@@ -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"]