[console_scripts]
here_mlflow_plugin_build_docker = here_mlflow_plugin.resources.docker_build:main
here_mlflow_plugin_setup = here_mlflow_plugin.resources.plugin_setup:main

[mlflow.artifact_repository]
here+mlflow = here_mlflow_plugin.artifact_repository:HerePlatformArtifactRepository

[mlflow.model_registry_store]
here+mlflow = here_mlflow_plugin.model_registry:HerePlatformModelRegistry

[mlflow.tracking_store]
here+mlflow = here_mlflow_plugin.tracking:HerePlatformTrackingStore
