diff --git a/pyproject.toml b/pyproject.toml index 4b3076e..35e5f2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,4 +19,4 @@ dependencies = [ [tool.setuptools.packages.find] include = ["redis_entraid"] -excludea = ["tests", ".github"] +exclude = ["tests", ".github"]