I am building a python package with setuptools and I am able to make it successfully, but for importing the module I need a python3 interpreter. But I want to use this python package as a command line tool like we have awscli, we install awscli with pip but we can use the aws command from the Linux terminal.
Can anyone help me to achieve this?
TIA