From bc2edef856254dc52109260ad44c4f5f4a208f9b Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 9 Sep 2021 20:04:38 +0100 Subject: Update setup.py flake8 fix --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 11696e75..cd1007d7 100755 --- a/setup.py +++ b/setup.py @@ -18,6 +18,7 @@ with open('test-requirements.txt') as reqs_file: with open('README.md') as rm_file: long_description = rm_file.read() + class build_py(_build_py): def run(self) -> None: -- cgit v1.2.1