From 768d874473e53777033df7335f10a1633c3d2816 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 10 Nov 2021 16:44:28 -0800 Subject: [PATCH] Fix default module name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53db0df..62ae2a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/redis-developer/redis-om-python" packages = [ - { "include" = "redis_om" }, + { "include" = "aredis_om" }, ] classifiers = [ "Development Status :: 3 - Alpha",