docker-autotag/dockerautotag/__init__.py

10 lines
251 B
Python
Raw Normal View History

2020-05-03 23:42:52 +02:00
"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "docker-autotag"
2020-09-24 20:42:36 +02:00
__version__ = "0.1.3"
2020-05-03 23:42:52 +02:00
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
2020-09-21 21:59:13 +02:00
__email__ = "mail@thegeeklab.de"
__url__ = "https://github.com/thegeeklab/docker-autotag"