From 5dbb796e48d27192f23c640ae8fbf6fdb490a998 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Mon, 12 Aug 2024 21:05:57 +0300 Subject: [PATCH] chore: allow hatch direct references for differint --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 900b4be..125a274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,6 @@ dependencies = [ "typing-extensions; python_version<'3.10'", ] optional-dependencies.dev = [ - "differint", "differint @ git+https://github.com/alexfikl/differint.git@fix-l2-index#egg=differint", "doc8", "matplotlib", @@ -70,6 +69,9 @@ optional-dependencies.vis = [ urls.Documentation = "https://pycaputo.readthedocs.io" urls.Repository = "https://github.com/alexfikl/pycaputo" +[tool.hatch.metadata] +allow-direct-references = true + [tool.hatch.build.targets.sdist] exclude = [ ".github",