From 8878ac2e61b2fb8e16a626f481c01cf37caf76a7 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 14 Oct 2017 11:19:13 +0300 Subject: [PATCH] Update classifiers --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index 178c42a..c2ed9f8 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,14 @@ 'Operating System :: OS Independent', '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', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Testing' ],