
Universal is used to identify pure-Python module(by bdist_wheel). For these, it is sufficient to build a wheel with _any_ Python ABI version and publish that to PyPI (by whatever means). Change-Id: Ia277504b291412553981e52bcca1ea9f6bd09b3f
Introduction
oslo.version handles getting the version for an installed piece of software from the python metadata that already exists.
Description
Languages
Python
100%