From 9900251b8b9770e15036d048d4b8e98915300f39 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sat, 4 Mar 2017 14:37:58 +0100 Subject: [PATCH] Add Python 3.6 classifier in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 156afd7..2ea1239 100755 --- a/setup.py +++ b/setup.py @@ -85,4 +85,5 @@ setup( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Office/Business :: Groupware"])