Publish a python package that generate PDF invoices.

- cd to root folder, run the following command to create a source distribution
python setup.py sdist
- Install
twine, for upload process
python -m pip install twine
- Run the following command to upload to PyPi
twine upload dist/*