From d42f968ff5f1bc2bbec58f4761d471c6bfc2041a Mon Sep 17 00:00:00 2001 From: Guillaume GILL Date: Sun, 30 Jul 2017 23:32:56 +0200 Subject: [PATCH] Add python 3 support to avoid syntax error (see #2) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c1488b2..346ad58 100644 --- a/setup.py +++ b/setup.py @@ -43,4 +43,5 @@ def get_version(filename): 'Topic :: Software Development :: Libraries', 'Topic :: Communications', ], + use_2to3=True, )