diff --git a/pyproject.toml b/pyproject.toml index a6362c9..3abe3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,8 @@ include-package-data = false version = {attr = "pyvips.version.__version__"} [tool.setuptools.packages.find] -exclude = [ - "doc*", - "examples*", - "tests*", +include = [ + "pyvips", ] [project.optional-dependencies]