Skip to content

Commit

Permalink
(fix) fix pyproject.toml (linkedin#218)
Browse files Browse the repository at this point in the history
## Summary
Fix `tool.setuptools.packages.find` field in pyproject.toml. Otherwise
in local build mode with `pip install .`, python system fails to locate
liger_kernel.

Co-authored-by: Byron Hsu <byronhsu1230@gmail.com>
  • Loading branch information
wizyoung and ByronHsu authored Sep 6, 2024
1 parent b42a27b commit 53dcf02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ dev = [
]

[tool.setuptools.packages.find]
include = ["src"]
where = ["src"]
include = ["liger_kernel"]

[tool.pytest.ini_options]
pythonpath = [
Expand Down

0 comments on commit 53dcf02

Please sign in to comment.