From f795097861de5382f82339348c6740217910101a Mon Sep 17 00:00:00 2001 From: Morgan Courbet Date: Thu, 20 Jul 2017 18:45:47 +0200 Subject: [PATCH] Add Pyhton 2.7 'enum34' dependency declaration --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 55dee45..c0fa969 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setup( 'simplejson', 'six', ], + extras_require={':python_version=="2.7"': ['enum34']}, entry_points={ 'console_scripts': [ 'autopep8-wrapper = pre_commit_hooks.autopep8_wrapper:main',