fix namespace declaration

Change-Id: Iae87e91f7321ca7331c41a0357037911c0cc62cd
This commit is contained in:
Jason Kölker 2012-02-08 12:34:31 -06:00
parent e998aeb449
commit 07bc64348a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "0.4"
version = "0.5"
setup(name="openstack.nose_plugin",
version=version,
@ -23,4 +23,5 @@ setup(name="openstack.nose_plugin",
[nose.plugins.0.10]
openstack.nose_plugin = openstack.nose_plugin:Openstack
""",
namespace_packages=['openstack'],
)