From b442dbf97905e07d36246dba72638fa59cc14aef Mon Sep 17 00:00:00 2001 From: Ignacio Fiorentino Date: Fri, 28 Oct 2016 15:30:47 -0300 Subject: [PATCH] Add Python 3.5 version in setup. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e855cb4..41c51fd 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ],