From: Michael Orlitzky Date: Wed, 18 Sep 2024 00:21:24 +0000 (-0400) Subject: setup.py: drop the test_suite entry (you should just run it manually) X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=4aa48cceadf0ef4b1e1f896e078c97c69fad8723;p=djbdns-logparse.git setup.py: drop the test_suite entry (you should just run it manually) --- diff --git a/setup.py b/setup.py index f1db3c1..3c91b81 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,5 @@ setup( packages = ['djbdns'], package_dir = {'djbdns': 'djbdns'}, description = 'Make tinydns and dnscache logs human-readable', - test_suite = 'test.build_suite', license = 'AGPLv3+' )