There is the lists of commands to port a python project on pypi.org.
We espect you project to have a correct file setup.py.
You also need twine (use pip install twine to install it).
with the following command:
python setup.py sdisttwine upload dist/*use pip install YOURPACKAGENAME to install it !
More information on :