diff --git a/pyproject.toml b/pyproject.toml index 1cc84d1..bc43ee5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,9 @@ Documentation = "https://github.com/denizsafak/abogen" Repository = "https://github.com/denizsafak/abogen" Issues = "https://github.com/denizsafak/abogen/issues" +[tool.hatch.metadata] +allow-direct-references = true + [project.gui-scripts] abogen = "abogen.web.app:main"