File: setup.cfg

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (20 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
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