diff --git a/pyproject.toml b/pyproject.toml index 0d635d9..53cfb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm] -package-type = "library" +distribution = true [project.scripts] qha = "qha.cli:main"