summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2012-10-05 15:37:00 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2012-10-05 15:37:00 +0200
commit690c8873af2dc6a3aa3ea76e29ac74065a4e2cdb (patch)
tree0748e661b206b3f95f7104c31bd467d5361888da
parent13fd42e9f33d41ad07823361b8f9063443d944b1 (diff)
downloadpylint-git-690c8873af2dc6a3aa3ea76e29ac74065a4e2cdb.tar.gz
add trove classifier for python 3 compat
-rw-r--r--__pkginfo__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py
index 479c51974..ccbf8a89e 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -38,6 +38,8 @@ classifiers = ['Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
'Topic :: Software Development :: Debuggers',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',