diff options
author | Hugo <hugovk@users.noreply.github.com> | 2017-10-12 10:20:58 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2017-10-12 09:20:58 +0200 |
commit | 8fc39027df6b67006a5f0856e3f0869814522330 (patch) | |
tree | 524c12af3556b047a874c000cae3949c9e1c11d5 | |
parent | cf5e65dcb14798d10166f2e56c8c06a1217a613e (diff) | |
download | astroid-git-8fc39027df6b67006a5f0856e3f0869814522330.tar.gz |
Update classifiers (#453)
-rw-r--r-- | astroid/__pkginfo__.py | 7 |
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", ] |