-
Notifications
You must be signed in to change notification settings - Fork 35
/
setup.cfg
59 lines (53 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[metadata]
version = 1.0.7
name = risu
summary = Utility for running set of tests against a Live System or a snapshot/sosreport
description_file = README.rst
license = GPL3
classifiers =
Environment :: Console
Environment :: OpenStack
Intended Audience :: Customer Service
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Telecommunications Industry
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Unix Shell
Topic :: Security
Topic :: System
Topic :: Utilities
author = Robin Černín
author_email = cerninr@gmail.com
home_page = https://github.com/risuorg/risu
package_data={
'risu': ['*.html'],
},
include_package_data=True,
[files]
packages =
risuclient
maguiclient
scripts =
risu.py
magui.py
citellus.py
env-for-debug.sh
[entry_points]
[nosetests]
detailed-errors = 1
with-coverage = 1
cover-package =
risuclient
maguiclient
cover-erase = 1
verbosity = 2
[extract_messages]
input_dirs = risuclient, maguiclient
output_file = risuclient/locale/risu.pot