Skip to content

Commit 98ec0c3

Browse files
committed
fix for exec not working with pyproject.toml
1 parent 3954058 commit 98ec0c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ docs = [
6363
]
6464

6565
[project.scripts]
66-
CodeEntropy = "main_mcc:main"
66+
CodeEntropy = "CodeEntropy.main_mcc:main"
6767

6868
[tool.isort]
6969
profile = "black"
@@ -73,4 +73,4 @@ max-line-length = 88
7373
extend-select = "B950"
7474
extend-ignore = [
7575
"E203", # whitespace before `:`
76-
]
76+
]

0 commit comments

Comments
 (0)