Add Python 3 trove classifiers.

This makes <http://py3readiness.org> display the status of this package correctly :).
This commit is contained in:
Vaibhav Sagar 2014-12-06 23:01:19 +07:00 committed by vaibhavsagar
parent 23045cb212
commit dcdf0a0b6c
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ setup(name=name,
long_description=long_description,
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
],
data_files=[('share/websockify/include',
['include/util.js',