forked from machacekondra/python-rrmngmnt
-
Notifications
You must be signed in to change notification settings - Fork 33
/
setup.cfg
37 lines (37 loc) · 919 Bytes
/
setup.cfg
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
29
30
31
32
33
34
35
36
37
[metadata]
name = python-rrmngmnt
author = Lukas Bednar
author-email = lukyn17@gmail.com
summary = Tool to manage remote systems and services
description-file = README.rst
home-page = https://github.com/rhevm-qe-automation/python-rrmngmnt
license = GPLv2
classifier =
Topic :: Utilities
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
keywords =
remote
resource
service
[files]
packages =
rrmngmnt
[bdist_rpm]
requires =
python-paramiko
python-netaddr
python-six
build_requires =
python
python-setuptools
python-pbr
[sdist]
formats = zip