From 45d440b491ad98da352d96129182f56ffef946f1 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann <padix.key@gmail.com> Date: Fri, 14 Jun 2024 10:42:24 +0200 Subject: [PATCH] Remove git-related files from distribution --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f348b932..e41f5ec8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,9 @@ exclude = [ "tests", "doc", "environment.yml", - "setup_ccd.py" + "setup_ccd.py", + # .github, .gitignore, .gitattributes + ".git*", ] [tool.hatch.version]