specify classifier 'Programming Language :: Python :: 3.3' since websocket-client-py3 requires python 3.3, doesn't work with 3.2

This commit is contained in:
Noah Levitt 2014-02-12 12:17:41 -08:00
parent f9d56d3071
commit 4935d55b6e

View File

@ -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',
])