Skip to content

Commit 5e65330

Browse files
authored
Rename torchft to _torchft in project.scripts section (#115)
1 parent d427bef commit 5e65330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ features = ["pyo3/extension-module"]
3636
module-name = "torchft._torchft"
3737

3838
[project.scripts]
39-
torchft_lighthouse = "torchft.torchft:lighthouse_main"
39+
torchft_lighthouse = "torchft._torchft:lighthouse_main"
4040

4141
[tool.isort]
4242
multi_line_output = 3

0 commit comments

Comments
 (0)