          MODULE=python-versioneer
         VERSION=0.29
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://pypi.python.org/packages/source/v/versioneer/versioneer-$VERSION.tar.gz
      SOURCE_VFY=sha256:5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731
SOURCE_DIRECTORY=$BUILD_DIRECTORY/versioneer-$VERSION
        WEB_SITE=https://pypi.org/project/versioneer/
         ENTERED=20240218
         UPDATED=20240218
           SHORT="managing a recorded version number in setuptools-based python projects"

cat << EOF
This is a tool for managing a recorded version number in setuptools-based python projects.
The goal is to remove the tedious and error-prone "update the embedded version string"
step from your release process. 
EOF
