Skip to content

Commit

Permalink
fix setuptools config (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch authored Jan 27, 2022
1 parent 7ce74f2 commit f8ca265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include dbt/include *.sql *.yml *.md *.txt
recursive-include ./dbt/include *.sql *.yml *.md *.txt
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ install_requires =
python_requires = >=3.7
include_package_data = True
package_dir =
= dbt
= .

[options.packages.find]
where = dbt
where = .
include = dbt, dbt.*

[options.extras_require]
dev =
Expand Down

0 comments on commit f8ca265

Please sign in to comment.