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]