From 0e1e38d2e43fddb90b8010bd3e43b3da641cf643 Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Thu, 17 Nov 2011 12:48:58 -0800 Subject: Revert api_key change in novaclient Client argument Fixes bug 891442 Also, still need to support NOVA_API_KEY environment variable for now. Bump version to 2.6.8 so we can get this into pypi Updated setup.py to build properly Change-Id: I16233ac559bf44b78666118d68975509da6bfb0d --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 09e15092..d69ad981 100644 --- a/setup.py +++ b/setup.py @@ -28,14 +28,14 @@ def read_file(file_name): setuptools.setup( name="python-novaclient", - version="2.6.7", + version="2.6.8", author="Rackspace, based on work by Jacob Kaplan-Moss", author_email="github@racklabs.com", description="Client library for OpenStack Nova API.", long_description=read_file("README.rst"), license="Apache License, Version 2.0", url="https://github.com/openstack/python-novaclient", - packages=["novaclient"], + packages=["novaclient", "novaclient.v1_0", "novaclient.v1_1"], install_requires=requirements, tests_require=["nose", "mock"], test_suite="nose.collector", -- cgit v1.2.1