Python Packaging – Using “setuptools”, “pyproject.toml”

You need to know how to package your python projects properly. Here I show you how to package, and submit your package to your very own pypi.org repository. I create the package “pkgexample” version 1.0.1 , your package name will vary if you follow along.