From dcdf0a0b6cd2ef0fb259877d8640ea867376660b Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Sat, 6 Dec 2014 23:01:19 +0700 Subject: [PATCH] Add Python 3 trove classifiers. This makes display the status of this package correctly :). --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 0ea9cce..8a2f239 100644 --- a/setup.py +++ b/setup.py @@ -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',