From bec88460241f34d0453372a68a0ab70967e4a115 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:18:06 -0400 Subject: [PATCH] build: Exclude Dockerfile --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 938f71d1..c8d391d6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,4 @@ recursive-include examples * recursive-include man *.1 recursive-include tests *.py exclude .readthedocs.yaml +exclude Dockerfile