From a814c154652312e6c5f40674933275a0a6d2c647 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 11 Jul 2012 11:08:58 -0500 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d12e96b..5a3014e 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit v1.2.1