From 2695d29743536ec632ead0aeec1ac1b4faf4b5a5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 12 Oct 2017 23:24:29 +0300 Subject: Update classifiers --- setup.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/setup.py b/setup.py index 56612d0..d582dfd 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,15 @@ setup(name='extras', "Intended Audience :: Developers", "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 :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", ], packages=[ 'extras', -- cgit v1.2.1