mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-07-29 19:58:40 -04:00
Expose worker & homeserver as entrypoints in setup.py
(#11449)
Co-authored-by: reivilibre <oliverw@matrix.org>
This commit is contained in:
parent
379f2650cf
commit
42bf020463
3 changed files with 12 additions and 1 deletions
6
setup.py
6
setup.py
|
@ -152,6 +152,12 @@ setup(
|
|||
long_description=long_description,
|
||||
long_description_content_type="text/x-rst",
|
||||
python_requires="~=3.6",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"synapse_homeserver = synapse.app.homeserver:main",
|
||||
"synapse_worker = synapse.app.generic_worker:main",
|
||||
]
|
||||
},
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Topic :: Communications :: Chat",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue