diff --git a/pyproject.toml b/pyproject.toml index 9936b82..1d5a9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,4 +31,4 @@ readme = {file="README.rst"} anchors = ["unidecode"] [project.scripts] -pyaml = "pyaml.__main__:main" +pyaml = "pyaml.cli:main"