mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
12 lines
264 B
Python
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'
|