From 3b56c67737e3729b8a8077cef959a883cd2dd73e Mon Sep 17 00:00:00 2001 From: Ryan Jarvis Date: Wed, 31 Aug 2016 08:21:44 -0700 Subject: [PATCH] Mark Python 3 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5405a9d..b7dfb83 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ]