From c1878a24a61fc340bde3ae6f2c80fb150120ea0f Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Fri, 29 Jan 2016 17:21:25 +0000 Subject: [PATCH] Add the classifier for Python 3.5 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cdec5749..4dac59ee 100755 --- a/setup.py +++ b/setup.py @@ -90,6 +90,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', "Programming Language :: Python :: Implementation :: CPython", 'Topic :: Documentation', 'Topic :: Text Processing',