feat: Add allow-direct-references setting to hatch metadata

This commit is contained in:
JB
2025-10-06 16:23:57 -07:00
parent 0d74171bb5
commit e76701ab32
+3
View File
@@ -52,6 +52,9 @@ Documentation = "https://github.com/denizsafak/abogen"
Repository = "https://github.com/denizsafak/abogen" Repository = "https://github.com/denizsafak/abogen"
Issues = "https://github.com/denizsafak/abogen/issues" Issues = "https://github.com/denizsafak/abogen/issues"
[tool.hatch.metadata]
allow-direct-references = true
[project.gui-scripts] [project.gui-scripts]
abogen = "abogen.web.app:main" abogen = "abogen.web.app:main"