Skip to content

Commit 1ce09ee

Browse files
hongquanliclaude
andcommitted
Fix hatchling direct reference error for BaSiCPy
Allow direct Git references in optional dependencies by setting tool.hatch.metadata.allow-direct-references = true Fixes CI failure in PR #14 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e20e5e6 commit 1ce09ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Documentation = "https://github.com/cephla/tilefusion#readme"
8080
Repository = "https://github.com/cephla/tilefusion"
8181
Issues = "https://github.com/cephla/tilefusion/issues"
8282

83+
[tool.hatch.metadata]
84+
allow-direct-references = true
85+
8386
[tool.hatch.build.targets.wheel]
8487
packages = ["src/tilefusion", "gui", "scripts"]
8588

0 commit comments

Comments
 (0)