Skip to content

Commit

Permalink
Add manifest to include migration data in python package
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Jun 4, 2024
1 parent 99d8ee0 commit 9aca398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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__
Expand Down

0 comments on commit 9aca398

Please sign in to comment.