From 059f04a09e799bfc4ee8081aee6b1f1785dc401b Mon Sep 17 00:00:00 2001
From: Yngve Inntjore Levinsen <Yngve.Levinsen@esss.se>
Date: Fri, 9 Sep 2016 11:05:49 +0200
Subject: [PATCH] we now support Python 3 as well

---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 5347644..516a66f 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setup(name='ESS Python Tools',
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.5',
     ],
     packages=['ess'],
     scripts=['scripts/tracewin', 'scripts/tracewin_errorstudy'],
-- 
GitLab