Skip to content

Commit

Permalink
Merge pull request #2298 from nexB/652-winexe
Browse files Browse the repository at this point in the history
Add support for Windows exe data collection #652
  • Loading branch information
pombredanne authored Oct 22, 2020
2 parents 6550299 + 742dd10 commit abfe573
Show file tree
Hide file tree
Showing 22 changed files with 786 additions and 208 deletions.
3 changes: 3 additions & 0 deletions src/packagedcode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from packagedcode import pypi
from packagedcode import rpm
from packagedcode import rubygems
from packagedcode import win_pe


# Note: the order matters: from the most to the least specific
Expand Down Expand Up @@ -94,8 +95,10 @@
build.BuckPackage,
build.AutotoolsPackage,
conda.CondaPackage,
win_pe.WindowsExecutable,
]


PACKAGES_BY_TYPE = {cls.default_type: cls for cls in PACKAGE_TYPES}

# We cannot have two package classes with the same type
Expand Down
Loading

0 comments on commit abfe573

Please sign in to comment.