[distutils.commands]
cover_tests = py_release_tools.commands:TestsWithCoverage
pep8 = py_release_tools.commands:PEP8CheckStyle
increment_semver = py_release_tools.commands:IncrementSemanticVersion
git_push = py_release_tools.commands:GitPush

