Files
python-glanceclient/openstack-common.conf
Monty Taylor a814c15465 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
2012-07-11 14:04:09 -07:00

8 lines
171 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
modules=setup,importutils,version
# The base module to hold the copy of openstack.common
base=glanceclient