From e15735e2bc9a1a14e6a1280e157a2596942080d1 Mon Sep 17 00:00:00 2001 From: Margriet Palm Date: Tue, 4 Jun 2024 11:53:29 +0200 Subject: [PATCH] Add manifest to include migration data in python package --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 389693c..d4e1e74 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,8 @@ include LICENSE # Include docs in the root. include *.rst +# Include migration data +include threedi_schema/migrations/versions/data/* # Exclude byte-compiled code recursive-exclude .venv * recursive-exclude * __pycache__