-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
34 lines (34 loc) · 855 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
[metadata]
name = python-rrmngmnt
author = Lukas Bednar
author-email = [email protected]
summary = Tool to manage remote systems and services
description-file = README.md
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 :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
keywords =
remote
resource
service
[files]
packages =
rrmngmnt
[bdist_rpm]
requires =
python-paramiko
python-netaddr
python-six
build_requires =
python
python-setuptools
python-pbr