Skip to content

Commit 8a47166

Browse files
committed
Fix entry point declaration for CLI tool
1 parent f421fe1 commit 8a47166

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
@@ -66,7 +66,7 @@ include = ["simulaqron"]
6666
exclude = ["simulaqron/config"]
6767

6868
[project.scripts]
69-
simulaqron = "simulaqron.cli::cli_entry_point"
69+
simulaqron = "simulaqron.cli:cli_entry_point"
7070

7171
[project.urls]
7272
Homepage = "https://github.com/SoftwareQuTech/SimulaQron"

0 commit comments

Comments
 (0)