From 0f5423d045794f4407b85b545b6caa4ca48b69cc Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sat, 26 Oct 2013 18:49:39 -0700 Subject: [PATCH] Add Python 3 classifiers --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index c1746da..49062af 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,11 @@ CLASSIFIERS = [ 'Intended Audience :: Developers', 'Natural Language :: English', 'Operating System :: POSIX', + "Programming Language :: Python", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3.2", + "Programming Language :: Python :: 3.3", 'Programming Language :: Assembly', 'Topic :: Software Development :: Assemblers', 'Topic :: Software Development :: Disassemblers',