tra-analysis/data analysis/analysis/trueskill/__about__.py

12 lines
264 B
Python

# -*- coding: utf-8 -*-
"""
trueskill.__about__
~~~~~~~~~~~~~~~~~~~
"""
__version__ = '0.4.5'
__license__ = 'BSD'
__author__ = 'Heungsub Lee'
__author_email__ = 'sub@subl.ee'
__url__ = 'http://trueskill.org/'
__description__ = 'The video game rating system'