From d8379ef4e2f0984c5594ff29dfa3c80df2c2b3a9 Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Mon, 4 Apr 2016 10:47:21 +0200 Subject: [PATCH] Add Python 3.5 to be consistent with Travis --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cb57fffe..e9aa9fc3 100755 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ config = { 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)', 'Operating System :: POSIX :: Linux', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: System :: Operating System', ], }