forked from Github-Mirrors/canaille
Use poetry's entrypoint logic
Also fixes #105 by renaming the output script from `sheraf` to `canaille`.
This commit is contained in:
parent
b4c6812adc
commit
53734a3b6d
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ doc = [
|
|||
"slapd" = "*"
|
||||
"smtpdfix" = "*"
|
||||
|
||||
[options.entry_points.console_scripts]
|
||||
console_scripts = { sheraf = "canaille.commands:cli" }
|
||||
[tool.poetry.scripts]
|
||||
canaille = "canaille.commands:cli"
|
||||
|
||||
[options.packages.find]
|
||||
exclude = [
|
||||
|
|
Loading…
Reference in a new issue