Skip to content

Commit 6e131c6

Browse files
authored
Merge pull request #1391 from aboutcode-org/android-apk-d2d
Add android_inspector in new extra_requires #1373
2 parents 51b42db + 4e7fe8d commit 6e131c6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v34.8.2 (unreleased)
5+
--------------------
6+
7+
- Add ``android_analysis`` to ``extra_requires``. This installs the package
8+
``android_inspector``, which provides a pipeline for Android APK
9+
deploy-to-development analysis.
10+
411
v34.8.1 (2024-09-06)
512
--------------------
613

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ dev =
121121
# Release
122122
bumpver==2023.1129
123123

124+
android_analysis =
125+
android_inspector==0.0.1
126+
124127
[options.entry_points]
125128
console_scripts =
126129
scanpipe = scancodeio:command_line

0 commit comments

Comments
 (0)