From 6c8ebfb38035a4d133385bd35a1c3bc60850bb61 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 11 Feb 2024 19:35:21 +0100 Subject: [PATCH] update entry point --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c815be..13e152b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,9 +85,9 @@ Source = 'https://github.com/sinaatalay/rendercv' # See https://packaging.python.org/en/latest/specifications/entry-points/#entry-points # The key and value below mean this: If someone installs RenderCV, then running -# `rendercv` in the terminal will run the function `cli` in the module `__main__` in the +# `rendercv` in the terminal will run the function `app` in the module `__main__` in the # package `rendercv`. -rendercv = 'rendercv.__main__:cli' +rendercv = 'rendercv.__main__:app' [project.optional-dependencies] # RenderCV depends on other packages. However, some of these packages are not required