From 24c9152e515a4ad3b7a5a6b11aef85844f19fd70 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 3 Feb 2016 18:35:06 -0500 Subject: [PATCH] trove classifiers --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 82696a0..6e1c835 100644 --- a/setup.py +++ b/setup.py @@ -85,5 +85,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ] )