ansible-doctor/ansibledoctor/__init__.py

10 lines
249 B
Python
Raw Normal View History

2019-10-07 08:52:00 +02:00
"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "ansible-doctor"
2020-09-06 19:40:16 +02:00
__version__ = "0.1.6"
2019-10-08 12:08:37 +02:00
__license__ = "GPL-3.0"
2019-10-07 08:52:00 +02:00
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
2019-10-08 12:08:37 +02:00
__url__ = "https://github.com/xoxys/ansible-doctor"