README

Demo how to make a python package and upload it to PYPI

The source for this project is available here.

1. build the package and upload

python -m build

twine upload dist/*

2. Install the package from the pypi

python intall --upgrade funniestDemo

3. Execute the command

python -m funniestDemo
# or
funniest-joke

Reference