From bb2e45daf1fecd7835156a7727d13c86d244d225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Raimbault?= Date: Wed, 26 Aug 2015 12:18:54 +0200 Subject: [PATCH] Duplicated line in setup.py --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 6085f2d..aff3cf2 100644 --- a/setup.py +++ b/setup.py @@ -22,9 +22,6 @@ def get_version(): return re.search(pattern, contents, re.MULTILINE).group(1) -PY3 = sys.version_info[0] == 3 - - extras_require = { 'test': [ 'pytest>=2.7.1',