Add metadata module

This commit is contained in:
Tony Narlock 2020-01-26 14:34:26 -06:00
parent 9fa8b43477
commit fff2f3a9db

12
bumblebee/__about__.py Normal file
View file

@ -0,0 +1,12 @@
__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'