diff --git a/pyproject.toml b/pyproject.toml index 19fb71e..41da906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] #where = ["."] #include = ["dcnodatg*"] -include = ["dcnodatg/src*"] -exclude = [".venv*", "tests*"] +include = ["src*"] +exclude = [".venv*", "tests*", "docs*] [project]