From 9f938720f158889252fa1db44be96745fa48e1ff Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 17 Jun 2012 04:05:37 -0400 Subject: Update common code to support pep 1.3. bug 1014216 Change-Id: I3f8fa2e11c9d3f3d34fb20f65ce886bb9c94463d --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8d9cd30..b731e85 100644 --- a/setup.py +++ b/setup.py @@ -20,8 +20,7 @@ setup(name='openstack.common', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 2.6', - 'Environment :: No Input/Output (Daemon)', - ], + 'Environment :: No Input/Output (Daemon)', ], keywords='openstack', author='OpenStack', author_email='openstack@lists.launchpad.net', -- cgit