From 04369d7dcaa831c54ee77086117ee3ed700938bc Mon Sep 17 00:00:00 2001 From: Marc Love Date: Fri, 12 Jul 2024 22:41:50 -0400 Subject: [PATCH] Exclude some files from the build --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6a03f7d..dd76297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,8 @@ Issues = "https://github.com/marclove/pythreads/issues" [tool.hatch.version] path = "src/pythreads/__about__.py" +[tool.hatch.build.targets.sdist] +exclude = [".github/*", ".env.template"] ### Environments ###