LittleApple-fp16's picture
Upload 88 files
4f8ad24
raw
history blame
440 Bytes
"""
Overview:
Meta information for waifuc package.
"""
#: Title of this project (should be `waifuc`).
__TITLE__ = 'waifuc'
#: Version of this project.
__VERSION__ = '0.0.1'
#: Short description of the project, will be included in ``setup.py``.
__DESCRIPTION__ = 'Efficient Train Data Collector for Anime Waifu'
#: Author of this project.
__AUTHOR__ = 'narugo1992'
#: Email of the authors'.
__AUTHOR_EMAIL__ = '[email protected]'