From f00c9a82d93229132aed0c6051dbacca5ed2df68 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 2 Aug 2014 14:23:12 -0500 Subject: Add classifier for python 2 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 326e2d2..4bc2901 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup(name='octave_kernel', classifiers = [ 'Framework :: IPython', 'License :: OSI Approved :: BSD License', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: System :: Shells', ] -- cgit