From c2895bc15f0d43c154ee9a5aebc4f5070a4a8790 Mon Sep 17 00:00:00 2001 From: Kyle Scully Date: Wed, 8 Nov 2023 12:50:05 -0800 Subject: [PATCH] chore: update pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 82d9c15..5cb9523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,6 @@ ci = ["poethepoet", "python-semantic-release", "papermill"] [tool.setuptools.packages.find] include = [ "moderne_visualizations_misc", - "moderne_visualizaitons_misc/specs", - "moderne_visualizaitons_misc/images", - "moderne_visualizaitons_misc/resources" ] exclude = ["samples", "scripts"]