You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
340 B
10 lines
340 B
__title__ = 'wakatime'
|
|
__description__ = 'Common interface to the WakaTime api.'
|
|
__url__ = 'https://github.com/wakatime/wakatime'
|
|
__version_info__ = ('11', '0', '0')
|
|
__version__ = '.'.join(__version_info__)
|
|
__author__ = 'Alan Hamlett'
|
|
__author_email__ = 'alan@wakatime.com'
|
|
__license__ = 'BSD'
|
|
__copyright__ = 'Copyright 2017 Alan Hamlett'
|