From f0fcc8b74472c8361ac58b2c4a17b6dd4d1f109d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 16 Oct 2016 13:12:41 -0400 Subject: Fix flake8.extension spec for flake8 v3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3fc6cbe98..4891ff7b9 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ case second `m'. Any other spelling is incorrect.""", include_package_data = True, entry_points = { 'console_scripts' : list(scripts), - 'flake8.extension': ['B40 = mailman.testing.flake8:ImportOrder'], + 'flake8.extension': ['B4 = mailman.testing.flake8:ImportOrder'], }, install_requires = [ 'alembic', -- cgit v1.2.3-70-g09d2