From 5a87fc7d842994c48d32da10dc817fb1a9af16d7 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Fri, 16 Jun 2017 09:16:22 -0400 Subject: [PATCH] Fixes #446, add Python 3 classifier to setup.py --- setup.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b31d7af..1448fa8 100755 --- a/setup.py +++ b/setup.py @@ -41,6 +41,12 @@ 'License :: OSI Approved :: MIT License', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Communications :: Chat', - 'Topic :: Internet' + 'Topic :: Internet', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ] )