Go to file
Sascha Peilicke acf5eb4090 Support building wheels (PEP-427)
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
2014-02-07 11:30:25 +01:00
doc/source Fix sphinx build 2013-09-30 10:59:26 -04:00
oslo Remove bad parameter for cfg.get 2013-11-11 09:44:50 -05:00
tests Remove bad parameter for cfg.get 2013-11-11 09:44:50 -05:00
.gitignore Add vim and emacs files to .gitignore. 2013-05-30 02:04:43 -04:00
.gitreview Turn things into oslo.version 2013-08-05 08:08:29 -04:00
.testr.conf Move sphinx to test-reuqirements. 2013-03-12 11:23:43 -04:00
CONTRIBUTING.rst Turn things into oslo.version 2013-08-05 08:08:29 -04:00
LICENSE Split out oslo.packaging. 2013-03-10 18:02:43 -04:00
README.rst Turn things into oslo.version 2013-08-05 08:08:29 -04:00
setup.cfg Support building wheels (PEP-427) 2014-02-07 11:30:25 +01:00
setup.py Turn things into oslo.version 2013-08-05 08:08:29 -04:00
test-requirements.txt Remove bad parameter for cfg.get 2013-11-11 09:44:50 -05:00
tox.ini Make the tests actually run 2013-10-21 12:01:08 +01:00

Introduction

oslo.version handles getting the version for an installed piece of software from the python metadata that already exists.