update entry point

This commit is contained in:
Sina Atalay 2024-02-11 19:35:21 +01:00
parent a6b0ce61e2
commit 6c8ebfb380
1 changed files with 2 additions and 2 deletions

View File

@ -85,9 +85,9 @@ Source = 'https://github.com/sinaatalay/rendercv'
# See https://packaging.python.org/en/latest/specifications/entry-points/#entry-points # 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 # 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`. # package `rendercv`.
rendercv = 'rendercv.__main__:cli' rendercv = 'rendercv.__main__:app'
[project.optional-dependencies] [project.optional-dependencies]
# RenderCV depends on other packages. However, some of these packages are not required # RenderCV depends on other packages. However, some of these packages are not required