mirror of
https://github.com/rendercv/rendercv.git
synced 2026-05-25 01:02:56 -04:00
update entry point
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user