Adding Your Software to The Python Package Index
Understand how to register as a PyPI user, register your software, and upload your Python packages using Distutils commands. This lesson guides you through managing your package releases and creating a PyPI project page.
We'll cover the following...
We'll cover the following...
Uploading software to the Python Package Index is a three step process.
- Register yourself
- Register your software
- Upload the packages you created with
setup.py sdistandsetup.py bdist_*
To register yourself, go to the PyPI user registration page. Enter your desired ...