mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
setup.py: Fix the entry point for the daemon.
This commit is contained in:
parent
b687f503d4
commit
61a87075e4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
|||
"matrix-nio"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.main:cli",
|
||||
"console_scripts": ["pantalaimon=pantalaimon.main:main",
|
||||
"panctl=pantalaimon.panctl:main"],
|
||||
},
|
||||
zip_safe=False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue