From: justin Lund Date: Tue, 23 Oct 2012 19:16:09 +0000 (-0400) Subject: Correct Intended Audience X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9775fb9d744d2b45f0699f7c2a944719a4cb8936;p=openstack-build%2Fneutron-build.git Correct Intended Audience Correcting the Initial Audience from Developers to System Administrators. Change-Id: I96fd07d657b9049e035ec33ecddcab8bb09552e3 --- diff --git a/setup.py b/setup.py index d29a1acd1..3aa914355 100644 --- a/setup.py +++ b/setup.py @@ -100,7 +100,7 @@ setuptools.setup( license=License, classifiers=[ 'Environment :: OpenStack', - 'Intended Audience :: Developers', + 'Intended Audience :: System Administrators', 'Intended Audience :: Information Technology', 'License :: OSI Approved :: Apache Software License', 'Operating System :: POSIX :: Linux',