From 4e8c2f7c8e1fb10c1e72d534b063f5d5dc481bf0 Mon Sep 17 00:00:00 2001 From: Jim Madge Date: Tue, 12 Dec 2023 13:51:04 +0000 Subject: [PATCH] Update build configuration for hatch v1.8.0 Issue discussed here: https://github.com/pypa/hatch/issues/1113 Also fixes the contents of builds! --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e04a6ef..74a840d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,9 @@ nexus-allowlist = "nexus_allowlist.cli:main" [tool.hatch.version] path = "nexus_allowlist/__about__.py" +[tool.hatch.build] +only-include = ["nexus_allowlist/"] + [tool.hatch.envs.lint] detached = true dependencies = [