mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
pantalaimon: Refactor out the daemon start logic into a separate file.
This commit is contained in:
parent
e961ff6035
commit
c96bdea1d3
4 changed files with 278 additions and 265 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ setup(
|
|||
"matrix-nio"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.daemon:main",
|
||||
"console_scripts": ["pantalaimon=pantalaimon.main:cli",
|
||||
"panctl=pantalaimon.panctl:main"],
|
||||
},
|
||||
zip_safe=False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue