From 275462315b053a428a4b4b0fcc8ebff730d444ce Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Fri, 12 Aug 2016 20:29:41 +0100 Subject: [PATCH] setup.py to indicate Python 3 support --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a45daa1..223804a 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],