summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astroid/__pkginfo__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py
index 96c2dcba..2bfefd04 100644
--- a/astroid/__pkginfo__.py
+++ b/astroid/__pkginfo__.py
@@ -57,5 +57,12 @@ classifiers = ["Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.3",
+ "Programming Language :: Python :: 3.4",
+ "Programming Language :: Python :: 3.5",
+ "Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
]