From 3d2266ec87854b9e9355d52e6ee9cd293073beec Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 2 Mar 2016 11:44:23 +0100 Subject: [PATCH] Update trove classifers. --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12094b4..281df88 100644 --- a/setup.py +++ b/setup.py @@ -38,5 +38,7 @@ setup(name='boltons', 'Development Status :: 5 - Production/Stable', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.4', ] + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: Implementation :: PyPy', ] )