diff --git a/core/MANIFEST.in b/core/MANIFEST.in index ff8706a3e15..595aea2a8a8 100644 --- a/core/MANIFEST.in +++ b/core/MANIFEST.in @@ -1,2 +1,3 @@ recursive-include dbt/adapters/include *.py *.sql *.yml *.html *.md .gitkeep .gitignore include dbt/py.typed +recursive-include dbt/task/docs *.html