Skip to content

Pystandalone should pack the most specific submodule for the entry point #3

@Schamper

Description

@Schamper

Currently pystandalone will try to package the root module of the entry point. It is excessive in the case of large namespace packages like dissect.

Pystandalone should try to package the most specific available package for the entry point, not the root package.

Example: if the entry point is dissect.target.tools.shell:main, only dissect.target should be packed and not all dissect packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions