write your
- setup.cfg
- setup.py
- pyproject.toml
like in the nkululeko project
When you have a new version
python -m build
will generate the dist folder
twine upload dist/*
will upload to pypi server
If you want to develop your package, you can run
python setup.py develop