From c3f2e888a573b9c8d0887c74ca0b06f6680c9591 Mon Sep 17 00:00:00 2001 From: derwinlu Date: Mon, 19 Oct 2015 19:26:31 +0200 Subject: [PATCH] Add 3.5 to setup.py tags --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 86028424..99cf7cb0 100755 --- a/setup.py +++ b/setup.py @@ -55,6 +55,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules', ],