# -*- coding: utf-8 -*- """Version statement.""" __title__ = 'acme' __description__ = 'Python3 boilerplate module.' __url__ = 'https://github.com/BastiTee/python3-boilerplate' __version__ = '0.0.1' __author__ = 'Basti Tee' __author_email__ = 'basti.tee@posteo.de' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2019 basti.tee'