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__