File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 1- # publish.yml
2-
31name : " Publish"
42
53on :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments