diff --git a/pyproject.toml b/pyproject.toml index 893dd4e..88ae2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ docs = [ ] [project.scripts] -CodeEntropy = "main_mcc:main" +CodeEntropy = "CodeEntropy.main_mcc:main" [tool.isort] profile = "black" @@ -73,4 +73,4 @@ max-line-length = 88 extend-select = "B950" extend-ignore = [ "E203", # whitespace before `:` -] \ No newline at end of file +]