docker-autotag/dockerautotag/__init__.py

10 lines
245 B
Python
Raw Normal View History

2020-05-03 23:42:52 +02:00
"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "docker-autotag"
2020-09-06 20:52:16 +02:00
__version__ = "0.1.2"
2020-05-03 23:42:52 +02:00
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/docker-autotag"