From 511aa4fdffbab92a8915d0e0496613747df6c886 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Sat, 28 Sep 2024 14:02:26 +0200 Subject: [PATCH] Use correct package path for pipeline Signed-off-by: Philippe Ombredanne --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 12c5559..598b8a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ long_description = file:README.rst long_description_content_type = text/x-rst url = https://github.com/aboutcode-org/android-inspector -author = nexB. Inc. and others +author = nexB. Inc., AboutCode and others author_email = info@aboutcode.org classifiers = @@ -73,4 +73,4 @@ docs = [options.entry_points] scancodeio_pipelines = - android_d2d = scanpipe.pipelines.android_d2d:AndroidAPKDeployToDevelop + android_d2d = android_inspector.pipelines.android_d2d:AndroidAPKDeployToDevelop