mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-25 04:40:51 -04:00
Move synctl into synapse._scripts
and expose as an entrypoint (#12140)
This commit is contained in:
parent
423cca9efe
commit
4aeb00ca20
11 changed files with 33 additions and 13 deletions
2
setup.py
2
setup.py
|
@ -155,6 +155,7 @@ setup(
|
|||
# Application
|
||||
"synapse_homeserver = synapse.app.homeserver:main",
|
||||
"synapse_worker = synapse.app.generic_worker:main",
|
||||
"synctl = synapse._scripts.synctl:main",
|
||||
# Scripts
|
||||
"export_signing_key = synapse._scripts.export_signing_key:main",
|
||||
"generate_config = synapse._scripts.generate_config:main",
|
||||
|
@ -177,6 +178,5 @@ setup(
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
],
|
||||
scripts=["synctl"],
|
||||
cmdclass={"test": TestCommand},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue