Introduction to distutils (III)
Hey there! We have already seen how to write the setup script and how to build and install the Python module, but how about we distribute it so that anyone can download it? For this, we'll use the Python Package Index.
Registering in PyPI
Although I say PyPI, as we …