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