From 3c8b51fc3f5414e387ff3fa2a5a0af5003535ac1 Mon Sep 17 00:00:00 2001 From: Alexandre MARTIN Date: Fri, 14 Aug 2026 18:54:07 +0200 Subject: [PATCH] Update pyproject.toml Allow people to pip install hydromodpy with [mf6api] optionnal dependency [tool.hatch.metadata] allow-direct-references = true it required version control systems (pip install ProjectName @ VCS_URL) allowed in pyproject with build backend operated by hatch --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 12de60e..1116b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["hatchling"] build-backend = "hatchling.build" +[tool.hatch.metadata] +allow-direct-references = true + [project] name = "modflowapi" dynamic = ["version"]