I am trying to make an executable file for some python script. This application is a console level application which uses parameters for execution.
I have compiled and did build the executable (exe) file using pyinstaller. The exe file is build successfully and running fine.
However now I want to include the version, author name and description for this executable file, I searched for multiple options but don't seem to find a solution.
Any help or references would be really appreciated.