hbutils.config.meta
- Overview:
Meta information for hbutils package.
This module contains metadata constants for the hbutils package, including version, author information, and project description. These constants are typically used in setup configuration and package distribution.
__TITLE__
- hbutils.config.meta.__TITLE__ = 'hbutils'
Title of this project (should be hbutils).
__VERSION__
- hbutils.config.meta.__VERSION__ = '0.14.1'
Version of this project.
__DESCRIPTION__
- hbutils.config.meta.__DESCRIPTION__ = 'Some useful functions and classes in Python infrastructure development.'
Short description of the project, will be included in
setup.py.