Merge PR #1885: feat: allow direct references in hatch metadata for wecom dep

feat: allow direct references in hatch metadata for wecom dep
This commit is contained in:
Xubin Ren 2026-03-11 22:53:56 +08:00 committed by GitHub
commit ff10d01d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"]