Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Chapter 18 - packaging

  1. Create a setuptools command to bump the version in your package
  2. Extend the version bumping command by interactively asking for a major, minor, or patch upgrade
  3. Try and convert existing projects from setup.py to a pyproject.toml structure