kuon.__version__   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 12
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 0
eloc 8
dl 0
loc 12
ccs 0
cts 7
cp 0
rs 10
c 0
b 0
f 0
1
#!/usr/bin/python
2
# -*- coding: utf-8 -*-
3
4
__title__ = 'Kuon'
5
__description__ = 'Bot to watch Prices from OPSkins and Bitskins and notify the user. Name or the projects ' \
6
                  'originates from the anime Utawarerumono: Itsuwari no Kamen'
7
__version__ = '2.0.0'
8
__url__ = 'https://github.com/DaRealFreak/Kuon'
9
__author__ = 'DaRealFreak'
10
__author_email__ = '[email protected]'
11
__license__ = 'MIT'
12