mirror of https://github.com/eyhc1/rendercv.git
update entry point
This commit is contained in:
parent
a6b0ce61e2
commit
6c8ebfb380
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue