From fbf935f6cd53103a5d5bc9d93555d436d58763e8 Mon Sep 17 00:00:00 2001 From: liris Date: Thu, 17 Jul 2014 14:54:07 +0900 Subject: [PATCH] - add python2 and python3 to clissifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 84437e6..4737429 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,8 @@ setup( "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 3 ", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Microsoft :: Windows",