Python Setuptools and PBR - how to create a package release using the git tag as the version?
问题 How do I actually create a release/distro of a python package that uses a git repo tag for the versioning, using setuptools and pbr ? There is plenty of information on the basic setup and configuration required: SetupTools Documentation - setup() and setup.py configuration Python Packaging User Guide - Installing Packages PBR v3.1.1 documentation StackOverflow: How to use version info generated using setuptools and pbr But where is the simple info on how to actually create the distro? i.e. I