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.
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.pyscript does not become available on the command line.This is because
setup.cfgcurrently uses thescripts=[]keyword rather than `console_scripts.