diff --git a/app/pyproject.toml b/app/pyproject.toml index ee31249..f5e4d84 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -49,8 +49,8 @@ dev = [ [tool.setuptools.packages.find] where = ["."] -include = ["config_auditor*"] -exclude = ["tests*", "fixtures*"] +include = ["config_auditor"] +exclude = ["tests", "fixtures"] [tool.pytest.ini_options] testpaths = ["tests"]