From ef78dcbf4e2eb4a5799c10a7abe840a74475bd2a Mon Sep 17 00:00:00 2001 From: Roger Maitland Date: Tue, 22 Nov 2022 09:12:25 -0500 Subject: [PATCH] Adding missing svgpathtools to install_requires --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index cea5f30..3e9286e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,6 +24,7 @@ install_requires = OCP-stubs @ git+https://github.com/CadQuery/OCP-stubs@7.6.3 typing_extensions numpy + svgpathtools include_package_data = True [options.packages.find]