I see that some libraries, e.g. https://github.com/lincolnloop/python-qrcode
add an executable /Scripts/qr.exe
to the virtual enviroment in which it is installed so that you can run it from commandline.
How can I do this for a library that I'm authoring? I don't see anything special in their setup.py
.