From 85f1aa66a6c72a7735ec1cbf975be9078c0cf28f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 31 Mar 2021 16:14:58 -0400 Subject: [PATCH] setup: Exclude tests from find packages. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cd2c54c..5376442 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,8 +52,8 @@ console_scripts = paypal-query = paypal_rest.cliquery:entry_point [options.packages.find] -include = - paypal_rest +exclude = + tests [testenv] commands =