Remove references to unsupported python versions.
diff --git a/tools/cli/packagescripts/setup.py b/tools/cli/packagescripts/setup.py
index 05e4cfd..d2b3cc9 100644
--- a/tools/cli/packagescripts/setup.py
+++ b/tools/cli/packagescripts/setup.py
@@ -55,13 +55,7 @@
 
         # Specify the Python versions you support here. In particular, ensure
         # that you indicate whether you support Python 2, Python 3 or both.
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 2.6',
-        'Programming Language :: Python :: 2.7',
-        'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.2',
-        'Programming Language :: Python :: 3.3',
-        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 2.7'
     ],
 
     # What does your project relate to?