mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-02 10:20:31 +08:00
Correct syntax.
This commit is contained in:
2
setup.py
2
setup.py
@@ -33,7 +33,7 @@ setup(name='module-build-service',
|
||||
'mbs.messaging_backends': [
|
||||
'fedmsg = module_build_service.messaging:_fedmsg_backend',
|
||||
'in_memory = module_build_service.messaging:_in_memory_backend',
|
||||
#'custom = your_organization._custom_backend',
|
||||
#'custom = your_organization:_custom_backend',
|
||||
]
|
||||
},
|
||||
scripts=["contrib/mbs-build"],
|
||||
|
||||
Reference in New Issue
Block a user