Skip to content

Commit b41079e

Browse files
shengfukevinfacebook-github-bot
authored andcommitted
Modified pyproject.toml to support OSS et-replay
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 fbshipit-source-id: 543a3d6274e3b05576b382a186140bd0bb6259f6
1 parent b683e79 commit b41079e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

et_replay/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ name = "et_replay"
77
version = "0.5.0"
88

99
[tool.setuptools.package-dir]
10+
"et_replay.lib" = "lib"
1011
"et_replay.lib.comm" = "lib/comm"
1112
"et_replay.tools" = "tools"
13+
"param_bench" = "../../param"
1214

1315
[project.scripts]
1416
comm_replay = "et_replay.tools.comm_replay:main"

0 commit comments

Comments
 (0)