rana-cli/wakatime/__about__.py

10 lines
340 B
Python
Raw Normal View History

2015-03-09 21:57:41 +00:00
__title__ = 'wakatime'
__description__ = 'Common interface to the WakaTime api.'
__url__ = 'https://github.com/wakatime/wakatime'
2016-03-06 20:44:39 +00:00
__version_info__ = ('4', '1', '11')
2015-03-09 21:57:41 +00:00
__version__ = '.'.join(__version_info__)
__author__ = 'Alan Hamlett'
__author_email__ = 'alan@wakatime.com'
__license__ = 'BSD'
2016-03-06 21:02:46 +00:00
__copyright__ = 'Copyright 2016 Alan Hamlett'