Bug Metadata
- Version of extract_msg: 0.27.8
- Your python version: Python 3.9.0
- How did you launch extract_msg?
Describe the bug
The pip package doesn't install a script in the bin directory (or maybe it doesn't happen on python 3.9 or Fedora for some reason). I have to use python3 -m extract_msg ... in order to run the main script. It would be nice if when installing the wheel file via pip that a wrapper script was installed in the normal bin directory to make it easier to launch. ~/.local/bin is normally added to your PATH for example.
Bug Metadata
python3 -m extract_msgDescribe the bug
The pip package doesn't install a script in the bin directory (or maybe it doesn't happen on python 3.9 or Fedora for some reason). I have to use
python3 -m extract_msg ...in order to run the main script. It would be nice if when installing the wheel file via pip that a wrapper script was installed in the normal bin directory to make it easier to launch.~/.local/binis normally added to yourPATHfor example.