| Total Complexity | 0 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 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 |