From d69fab67760ab2d8d6666c00c9638ff5b7769f8a Mon Sep 17 00:00:00 2001 From: Guillaume Raille Date: Wed, 1 Jan 2025 19:26:29 +0100 Subject: [PATCH] fix: we don't need direct references which actually do not work with pypi --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98bb3af..08b1372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,6 @@ build-backend = "hatchling.build" [tool.hatch.version] path = "src/pubmedmcp/__init__.py" -[tool.hatch.metadata] -allow-direct-references = true - [project.scripts] pubmedmcp = "pubmedmcp.__main__:main"