12 lines
577 B
Python
12 lines
577 B
Python
__title__ = 'bumblebee-status'
|
|
__package_name__ = 'bumblebee_status'
|
|
__version__ = '0.1.0'
|
|
__description__ = 'a modular, theme-able status line generator for the i3 window manager.'
|
|
__author__ = 'tobi-wan-kenobi'
|
|
__email__ = 'tobi@tobi-wan-kenobi.at'
|
|
__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'
|