From 5defb68348681a566e40ca4d19737a24d58ab4cf Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 12 Jan 2023 13:03:16 +0100 Subject: [PATCH] Update setup.cfg --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cf2326f..91b5dcf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -112,4 +112,8 @@ install_requires = include_package_data = True [options.packages.find] -exclude = contrib; docs; tests* +exclude = + docs* + images* + scripts* + tests*