From e8dec275ca17b71cb5bed427ef15575d4bdb9e00 Mon Sep 17 00:00:00 2001 From: Fabio Zanini Date: Thu, 6 Jun 2024 14:04:40 +1000 Subject: [PATCH] Fix setup.cfg to include setuptools --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 4c9f4a1..068c5f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,7 @@ install_requires = requests rich scipy + setuptools statsmodels xlsxwriter include_package_data = True