From 4935d55b6e727591fea31fb6b9b3eb541f15bd9c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Wed, 12 Feb 2014 12:17:41 -0800 Subject: [PATCH] specify classifier 'Programming Language :: Python :: 3.3' since websocket-client-py3 requires python 3.3, doesn't work with 3.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 287f98c..616aad9 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ setuptools.setup(name='umbra', 'Development Status :: 3 - Alpha Development Status', 'Environment :: Console', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', 'Topic :: System :: Archiving', ])