ansible-doctor/ansibledoctor/__init__.py
2019-10-09 14:19:00 +02:00

10 lines
255 B
Python

"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "ansible-doctor"
__version__ = "0.1.0-beta2"
__license__ = "GPL-3.0"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/ansible-doctor"