mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-16 02:00:43 +00:00
10 lines
222 B
Python
10 lines
222 B
Python
|
"""Default package."""
|
||
|
|
||
|
__author__ = "Robert Kaussow"
|
||
|
__project__ = "ansible-doctor"
|
||
|
__version__ = "0.1.0"
|
||
|
__license__ = "LGPLv3"
|
||
|
__maintainer__ = "Robert Kaussow"
|
||
|
__email__ = "mail@geeklabor.de"
|
||
|
__status__ = "Production"
|