ansible-doctor/ansibledoctor/__init__.py

10 lines
255 B
Python
Raw Normal View History

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