-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
53 lines (47 loc) · 1.19 KB
/
setup.cfg
File metadata and controls
53 lines (47 loc) · 1.19 KB
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
[metadata]
version = 0.2.3
name = citmetrics
summary = Utility receiving json results from risu and perform analytics
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 :: Unix Shell
Topic :: Security
Topic :: System
Topic :: Utilities
author = Pablo Iranzo Gómez
author-email = Pablo.Iranzo@gmail.com
home-page = https://github.com/risuorg/citmetrics
package_data={
'risu': ['*.html'],
},
include_package_data=True,
[files]
packages =
citmetrics
scripts =
citmetrics/web.py
[entry_points]
[nosetests]
detailed-errors = 1
with-coverage = 1
cover-package =
risuclient
maguiclient
cover-erase = 1
verbosity = 2
[extract_messages]
input_dirs = citmetrics
output_file = citmetrics/locale/risu.pot