From 9798415f75e950787756f56ceecb02843b672d16 Mon Sep 17 00:00:00 2001 From: Colin Basnett Date: Fri, 4 Aug 2023 17:03:40 -0700 Subject: [PATCH] Excluded the build files and script from the package --- build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.py b/build.py index 3cb2f2a..4a2ff87 100644 --- a/build.py +++ b/build.py @@ -11,6 +11,8 @@ ignore_patterns = [ '*/venv/*', '*/.gitignore', '*/.gitattributes', + '*/build/*', + '*/build.py', ]