ansible-doctor/ansibledoctor/__init__.py

10 lines
255 B
Python
Raw Normal View History

2019-10-07 08:52:00 +02:00
"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "ansible-doctor"
2020-09-27 14:21:54 +02:00
__version__ = "0.1.7"
2019-10-08 12:08:37 +02:00
__license__ = "GPL-3.0"
2019-10-07 08:52:00 +02:00
__maintainer__ = "Robert Kaussow"
2020-09-27 14:21:54 +02:00
__email__ = "mail@thegeeklab.de"
__url__ = "https://github.com/thegeeklab/ansible-doctor"