Skip to content

Commit a2cf21f

Browse files
committed
Explicitly declare packages in setup.cfg to include aboutcode.pipeline #1423
Signed-off-by: tdruez <[email protected]>
1 parent 60bb279 commit a2cf21f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

aboutcode/__init__.py

Whitespace-only changes.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ license_files =
4545

4646
[options]
4747
python_requires = >=3.10
48-
packages=find:
48+
packages = scancodeio, scanpipe, aboutcode.pipeline
4949
include_package_data = true
5050
zip_safe = false
5151
install_requires =

0 commit comments

Comments
 (0)