Skip to content

Commit 768d874

Browse files
author
Andrew Brookins
committed
Fix default module name
1 parent 9566d40 commit 768d874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "BSD-3-Clause"
88
readme = "README.md"
99
repository = "https://github.com/redis-developer/redis-om-python"
1010
packages = [
11-
{ "include" = "redis_om" },
11+
{ "include" = "aredis_om" },
1212
]
1313
classifiers = [
1414
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)