Add metadata module
This commit is contained in:
parent
9fa8b43477
commit
fff2f3a9db
1 changed files with 12 additions and 0 deletions
12
bumblebee/__about__.py
Normal file
12
bumblebee/__about__.py
Normal 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'
|
Loading…
Reference in a new issue