diff --git a/pyproject.toml b/pyproject.toml index 3e60748..0a47a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,9 @@ test = [ ] docs = ["pdoc>=14.1.0"] +[tool.pdm.build] +includes = ["pytest_robotframework"] + [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend"