diff --git a/pyproject.toml b/pyproject.toml index ea8da69..4bcffec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,4 +40,4 @@ exclude = ["/venv", "/dist", "/test"] [project.scripts] bismarkplot-metagene = "bismarkplot.console_metagene:main" -bismarkplot-chrs = "bismarkplot.console_chrlevels:main" \ No newline at end of file +bismarkplot-chrs = "bismarkplot.console_chrs:main" \ No newline at end of file