forked from Github-Mirrors/canaille
Merge branch 'master' into 'master'
Use poetry's entrypoint logic Closes #105 See merge request yaal/canaille!58
This commit is contained in:
commit
23276e60ca
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