File: setup.cfg

package info (click to toggle)
receptor 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,716 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (28 lines) | stat: -rw-r--r-- 636 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = receptorctl
author = Red Hat
author_email = info@ansible.com
summary = "Receptorctl is a front-end CLI and importable Python library that interacts with Receptor over its control socket interface."
home_page = https://ansible.readthedocs.io/projects/receptor/
description_file = README.md
description_content_type = text/markdown
license = "Apache License 2.0"
version = file: .VERSION

[options]
packages = find:
install_requires =
    python-dateutil
    click
    pyyaml

[options.entry_points]
console_scripts =
    receptorctl = receptorctl:run

[files]
packages =
    receptorctl

[flake8]
max-line-length = 100