Skip to content

Commit 9c862c8

Browse files
committed
Fix conflicts
2 parents 01963bf + c2b6c2b commit 9c862c8

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# publish.yml
2-
31
name: "Publish"
42

53
on:

setup.cfg

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[metadata]
2+
name = python-rrmngmnt
3+
author = Lukas Bednar
4+
author-email = lukyn17@gmail.com
5+
summary = Tool to manage remote systems and services
6+
description-file = README.rst
7+
home-page = https://github.com/rhevm-qe-automation/python-rrmngmnt
8+
license = GPLv2
9+
classifier =
10+
Topic :: Utilities
11+
Intended Audience :: Developers
12+
Intended Audience :: Information Technology
13+
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
14+
Operating System :: POSIX
15+
Programming Language :: Python
16+
Programming Language :: Python :: 3
17+
Programming Language :: Python :: 3.8
18+
Programming Language :: Python :: 3.9
19+
Programming Language :: Python :: 3.10
20+
keywords =
21+
remote
22+
resource
23+
service
24+
[files]
25+
packages =
26+
rrmngmnt
27+
[bdist_rpm]
28+
requires =
29+
python-paramiko
30+
python-netaddr
31+
python-six
32+
build_requires =
33+
python
34+
python-setuptools
35+
python-pbr
36+
[sdist]
37+
formats = zip

0 commit comments

Comments
 (0)