"""Metadata for the pipelines package.""" __title__ = "mlops-e2e" __description__ = "MLOps Pipeline" __version__ = "1.0.0" __author__ = "" __author_email__ = "" __license__ = "MIT" __url__ = ""