ansible-doctor/ansibledoctor/__init__.py

11 lines
281 B
Python
Raw Normal View History

2019-10-07 08:52:00 +02:00
"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "ansible-doctor"
2019-10-08 17:33:20 +02:00
__version__ = "0.1.0-beta1"
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"
2019-10-07 08:52:00 +02:00
__status__ = "Production"