Skip to content

Commit

Permalink
Merge pull request #9
Browse files Browse the repository at this point in the history
Specify package path for build
  • Loading branch information
Bilbottom authored Jan 7, 2024
2 parents f7d1d7c + 792e1de commit 904c464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ description = "Python wrapper for dbt-core to extend dbt with custom Python."
readme = "README.md"
authors = ["Bilbottom"]
repository = "https://github.com/Bilbottom/dbt-py"
packages = [
{ include = "dbt_py" },
]

[tool.poetry.scripts]
dbt-py = "dbt_py:main"
Expand Down

0 comments on commit 904c464

Please sign in to comment.