Add ability to get version information in python

* A user can access glanceclient.__version__ to get a string
  representing the version of the installed library.
* Add openstack-common's 'version' module.

Change-Id: Ib14c561d8ac0b126617a20acfbd5fdb61c54f2c7
This commit is contained in:
Monty Taylor
2012-07-11 11:08:58 -05:00
committed by Brian Waldon
parent c315c5274f
commit a814c15465
5 changed files with 191 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ setuptools.setup(
author='OpenStack Glance Contributors',
author_email='glance@example.com',
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',