From ed4062a8b132e03691857f6b3b3d65402e4c2edf Mon Sep 17 00:00:00 2001 From: Jonas Drotleff Date: Sat, 16 Nov 2024 21:26:53 +0100 Subject: [PATCH] Build: Include /etc/ --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d3204f4..eea1689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] ignore-vcs = true include = [ + "/etc/", "/bumgr/", "/tests/", "LICENSE",