From 9402af1e307fa525a7021f82a407013f1fbd7738 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 May 2024 09:42:11 +0300 Subject: [PATCH] pyproject.toml: add comment about packages Important for Hatch. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cee619e..50e11d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ dev-dependencies = [ [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"]