From 96bc453da96287915a25989ac525c8c8f10b5b99 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 10 Feb 2015 11:37:55 -0800 Subject: [PATCH] Added py3 to classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 5bdff65..f1c1954 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,9 @@ setup( "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", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules", ]