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',