Skip to content

Commit

Permalink
chore(pyproject): fix pip install not installing all packages
Browse files Browse the repository at this point in the history
This fixes pip install . which installs model-server and estimator that
also requires util and train to be installed as well.

Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha committed Jul 3, 2024
1 parent c8db10f commit 5a8bf23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ path = "src/__about__.py"
packages = [
"src/server",
"src/estimate",
"src/util",
"src/train",
]

[tool.hatch.envs.default]
Expand Down

0 comments on commit 5a8bf23

Please sign in to comment.