forked from risuorg/risu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (30 loc) · 867 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
[metadata]
name = citellus
summary = Utility for running set of tests against a Live System or a snapshot/sosreport
description-file = README.md
license = Apache Software License
classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
author = Robin Černín
author-email = [email protected]
home-page = https://github.com/zerodayz/citellus
[files]
packages =
citellus
[entry_points]
[nosetests]
detailed-errors=1
with-coverage=1
cover-package=citellus
cover-erase=1
verbosity=2
[extract_messages]
input_dirs = citellus
output_file = citellus/locale/citellus.pot