bumblebee-status/bumblebee/__about__.py

13 lines
579 B
Python
Raw Normal View History

2020-01-26 21:34:26 +01:00
__title__ = 'bumblebee-status'
__package_name__ = 'bumblebee_status'
2020-01-30 21:30:44 +01:00
__version__ = '1.9.0'
2020-01-26 21:34:26 +01:00
__description__ = 'a modular, theme-able status line generator for the i3 window manager.'
__author__ = 'tobi-wan-kenobi'
2020-01-29 21:26:19 +01:00
__email__ = 'github@tobi-wan-kenobi.at'
2020-01-26 21:34:26 +01:00
__github__ = 'https://github.com/tobi-wan-kenobi/bumblebee-status'
__docs__ = 'https://github.com/tobi-wan-kenobi/bumblebee-status'
__tracker__ = 'https://github.com/tobi-wan-kenobi/bumblebee-status'
__pypi__ = 'https://pypi.org/project/bumblebee-status/'
__license__ = 'MIT'
__copyright__ = 'Copyright 2016- tobi-wan-kenobi'