""" Overview: Meta information for gchar package. """ #: Title of this project (should be `gchar`). __TITLE__ = 'cyberharem' #: Version of this project. __VERSION__ = '0.0.1' #: Short description of the project, will be included in ``setup.py``. __DESCRIPTION__ = 'Cyber Harem of All the Waifus in Games, Mua~' #: Author of this project. __AUTHOR__ = 'narugo1992' #: Email of the authors'. __AUTHOR_EMAIL__ = 'narugo992@gmail.com'