Skip to content

Commit

Permalink
Use correct package path for pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Sep 28, 2024
1 parent 1ac66a9 commit 511aa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]

classifiers =
Expand Down Expand Up @@ -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

0 comments on commit 511aa4f

Please sign in to comment.