This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
drone-cleanup-agents/cleanupagents/__init__.py

10 lines
277 B
Python

"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "drone-cleanup-agents"
__version__ = "0.1.0"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "rkaussow@owncloud.com"
__url__ = "https://gitea.owncloud.services/internal/drone-cleanup-agents"