From bc5906a1700be20d5b1cd182e03bae8296d32f96 Mon Sep 17 00:00:00 2001 From: Stephen Mildenhall Date: Thu, 13 Mar 2025 22:34:30 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6677c1e..2a491b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,10 +19,8 @@ classifiers = [ "Topic :: Office/Business", ] -[tool.setuptools] -packages = ["greater_tables"] - [tool.setuptools.packages.find] +include = ["greater_tables"] exclude = ["img", "tests", "docs"] [tool.setuptools.dynamic]