Skip to content

Commit

Permalink
add back MANIFEST.in, find namespace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 20, 2023
1 parent 02398d1 commit f4cfae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include dbt/include *.sql *.yml *.md
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,4 @@ addopts = "-v -n4 --color=yes"
include-package-data = true

[tool.setuptools.packages.find]
where = ["dbt"]

[tool.setuptools.package-data]
include = ["*.sql", "*.yml", "*.md"]
include = ["dbt", "dbt.*"]

0 comments on commit f4cfae6

Please sign in to comment.