mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
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:
parent
f9d56d3071
commit
4935d55b6e
2
setup.py
2
setup.py
@ -16,6 +16,6 @@ setuptools.setup(name='umbra',
|
|||||||
'Development Status :: 3 - Alpha Development Status',
|
'Development Status :: 3 - Alpha Development Status',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Topic :: System :: Archiving',
|
'Topic :: System :: Archiving',
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user