From 94cec080d63f46f44d541911baf01ea6c91c1d04 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 May 2024 09:43:08 +0300 Subject: [PATCH] pyproject.toml: remove Hatch direct-references Apparently I copied this from somewhere but it's not needed in this project because we are not using direct dependency references (which seem to be local packages). --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50e11d1..c91549d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,6 @@ dev-dependencies = [ "scalene>=1.5.35", ] -[tool.hatch.metadata] -allow-direct-references = true - # So hatch doesn't try to build other top-level directories like "data" [tool.hatch.build.targets.wheel] packages = ["csv_metadata_quality"]