diff --git a/pyproject.toml b/pyproject.toml index c85857f0..e0b50b84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ readme = "README.md" repository = "https://github.com/redis/redis-om-python" packages = [ { "include" = "aredis_om" }, + { "include" = "redis_om" }, ] classifiers = [ "Development Status :: 3 - Alpha",