Merge pull request #533 from tony/python-package

Python package
This commit is contained in:
tobi-wan-kenobi 2020-01-29 21:21:49 +01:00 committed by GitHub
commit fddbef149c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 131 additions and 0 deletions

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'