feat: allow direct references in hatch metadata for wecom dep

This commit is contained in:
for13to1
2026-03-11 20:35:04 +08:00
parent b957dbc4cf
commit 2c5226550d

View File

@@ -72,6 +72,9 @@ nanobot = "nanobot.cli.commands:app"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["nanobot"]