__title__ = 'readtime'
__description__ = 'Calculates the time some text takes the average human to ' \
                  'read, based on Medium\'s read time forumula'
__url__ = 'https://github.com/alanhamlett/readtime'
__version_info__ = ('3', '0', '0')
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = 'alan.hamlett@gmail.com'
__license__ = 'BSD'
__copyright__ = 'Copyright 2016 Alan Hamlett'
