Passed
Push — master ( 75d6fe...ae0247 )
by Humberto
01:02 queued 11s
created

kytos.utils.metadata   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 0
eloc 7
dl 0
loc 11
ccs 0
cts 6
cp 0
rs 10
c 0
b 0
f 0
1
"""Holds main metadata information about the project.
2
3
The present metadata is intended to be used mainly on the setup.
4
"""
5
__version__ = '2019.2b2'
6
__author__ = 'Kytos Team'
7
__author_email__ = '[email protected]'
8
__license__ = 'MIT'
9
__url__ = 'http://github.com/kytos/kytos-utils'
10
__description__ = 'Command line utilities to use with Kytos.'
11