diff --git a/pyproject.toml b/pyproject.toml index 3291757..a9fea36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ arduino = [ repository = "https://github.com/MatthiasQuintern/m-teng" +[project.scripts] +m-teng = "m_teng.m_teng_interactive:main" + [tool.setuptools.packages.find] where = ["."] - -[project.scripts] -k-teng = "m_teng.m_teng_interactive:main"