Skip to content

[Suggestions] Make readelf.py a "console_script" rather than a "script" in setup.cfg #471

Description

@tlansec

https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-scripts-keyword-argument

At present (unless I'm doing something wrong) when pyelftools is installed in a Windows environment the readelf.py script does not become available on the command line.

This is because setup.cfg currently uses the scripts=[] keyword rather than `console_scripts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions