Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

What is this project

Publish a python package that generate PDF invoices. Python Package

How to run

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