Skip to content

Commit

Permalink
Fixes pyproject.toml install target
Browse files Browse the repository at this point in the history
When we have extra folders there it fails, this specifies the right one.
  • Loading branch information
elijahbenizzy committed Feb 18, 2024
1 parent c2a8a5c commit e5d82b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ tracking-client = [
"pydantic"
]

[tool.poetry.packages]
py_modules = ["burr"]
[tool.setuptools.packages.find]
include = ["burr"]

[project.urls]
Homepage = "https://github.com/dagworks-inc/burr"
Expand Down

0 comments on commit e5d82b9

Please sign in to comment.