python firstpackage
v1.0.1
Directory Structure :

setup .py sample here
License sample here
python setup.py sdist to generate builds and dist folder
pip install twine after installation do twine upload dist/*
It will ask for username and password for pypi account.
If you dont have an account in pypi then register here