From 6967f224f76c957b17c538536f3a75300e45d2ff Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 13 Oct 2017 11:49:36 +0300 Subject: Update classifiers --- setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup.py b/setup.py index a604308..6ac9ee1 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,13 @@ supports both textual and MIME-type output. 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + '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', ], ) -- cgit v1.2.1