Publish cli package with pyproject.toml

The Plot Recently I was packaging a CLI tool build on python and I was using setup.py to package and publish the package. But I was not happy with the way setup.py works. So I started looking for alternatives and I found pyproject.toml which is a new…