diff --git a/pyproject.toml b/pyproject.toml index 3fd4162..d367c43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,8 +92,8 @@ exclude_lines = [ "if TYPE_CHECKING:", ] -[tool.setuptools] -packages = ["vdirsyncer"] +[tool.setuptools.packages.find] +include = ["vdirsyncer*"] [tool.setuptools_scm] write_to = "vdirsyncer/version.py"