Merge pull request #159 from vaibhavsagar/python3-trove

Add Python 3 trove classifiers.
This commit is contained in:
Solly 2015-03-17 10:32:40 -04:00
commit 19b558e4cd
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',