Skip to content

Commit

Permalink
Modified pyproject.toml to support OSS et-replay
Browse files Browse the repository at this point in the history
Summary: pyproject.toml misses two componentd in tool.setuptools.package-dir. This DIFF is to add these two components.

Reviewed By: briancoutinho

Differential Revision: D58738954
  • Loading branch information
shengfukevin authored and facebook-github-bot committed Jun 20, 2024
1 parent b683e79 commit e806838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions et_replay/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ name = "et_replay"
version = "0.5.0"

[tool.setuptools.package-dir]
"et_replay.lib" = "lib"
"et_replay.lib.comm" = "lib/comm"
"et_replay.tools" = "tools"
"param_bench" = "../../param"

[project.scripts]
comm_replay = "et_replay.tools.comm_replay:main"
Expand Down

0 comments on commit e806838

Please sign in to comment.