mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 23:10:37 -04:00
pantalaimon: Move the daemon into it's subdir.
This commit is contained in:
parent
c6c04b68db
commit
2702b51698
2 changed files with 4 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -18,7 +18,10 @@ setup(
|
|||
"appdirs",
|
||||
"aiohttp-socks",
|
||||
"typing;python_version<'3.5'",
|
||||
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@master#egg=matrix-nio-0"
|
||||
"matrix-nio @ git+https://github.com/poljar/matrix-nio.git@async#egg=matrix-nio-0"
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": ["pantalaimon=pantalaimon.daemon:main"],
|
||||
},
|
||||
zip_safe=False
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue