From e55cbc4e71411c8ecda2787fa0629fd90ce9f70b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 10 Jun 2016 16:55:39 -0700 Subject: [PATCH] Add the Python 3.5 trove classifier (#235) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7fd928017907..2ce84f205e77 100644 --- a/setup.py +++ b/setup.py @@ -36,6 +36,7 @@ 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Software Development', ]