From 5cc9bee572f6207166122ac2ba9cecde0598930a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6gl?= Date: Sat, 13 Feb 2016 19:04:55 +0100 Subject: Update trove classification to include Python 3.5 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6b7cfc2..f73d9cf 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.2', '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', 'Topic :: Software Development :: Libraries', -- cgit v1.2.1