1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[metadata]
name = receptor-python-worker
author = Red Hat
author_email = info@ansible.com
summary = "The receptor-python-worker command is called by Receptor to supervise the operation of a Python worker plugin."
home_page = https://github.com/ansible/receptor/tree/devel/receptor-python-worker
description_file = README.md
description_content_type = text/markdown
version = file: .VERSION
[options]
packages = find:
[options.entry_points]
console_scripts =
receptor-python-worker = receptor_python_worker:run
[files]
packages =
receptor-python-worker
|