Skip to content

Commit

Permalink
update service configs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent 1537a78 commit 1e49f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ readme = "README.md"
requires-python = ">=3.10"


[tool.setuptools.packages.find]
where = ["service"]
[tool.setuptools]
packages = { find = { include = ["service*"] } }


[build-system]
Expand Down
4 changes: 2 additions & 2 deletions worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ readme = "README.md"
requires-python = ">=3.10"


[tool.setuptools.packages.find]
where = ["service"]
[tool.setuptools]
packages = { find = { include = ["service*"] } }


[build-system]
Expand Down

0 comments on commit 1e49f9f

Please sign in to comment.