From 965592662a5ea1b55653415e0dba3e51eeb6f7a4 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Fri, 7 Apr 2023 16:08:40 +0100 Subject: misc: Appease linters --- setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3946308..132a8ef 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ class Build(build): class Clean(clean): - clean_files = [".coverage", "build", "lorry.1"] clean_globs = [ "*/*.py[co]", @@ -71,7 +70,6 @@ class Clean(clean): class Check(Command): - user_options = [] def initialize_options(self): -- cgit v1.2.1