Skip to content

Commit

Permalink
Merge pull request #1391 from aboutcode-org/android-apk-d2d
Browse files Browse the repository at this point in the history
Add android_inspector in new extra_requires #1373
  • Loading branch information
JonoYang authored Sep 27, 2024
2 parents 51b42db + 4e7fe8d commit 6e131c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v34.8.2 (unreleased)
--------------------

- Add ``android_analysis`` to ``extra_requires``. This installs the package
``android_inspector``, which provides a pipeline for Android APK
deploy-to-development analysis.

v34.8.1 (2024-09-06)
--------------------

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ dev =
# Release
bumpver==2023.1129

android_analysis =
android_inspector==0.0.1

[options.entry_points]
console_scripts =
scanpipe = scancodeio:command_line
Expand Down

0 comments on commit 6e131c6

Please sign in to comment.