From c128038d3386f10760fe47936ab6c4dddfafc4b8 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 2 Nov 2021 14:36:20 -0700 Subject: [PATCH] Include docs in build package --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cdcad5..c29dc57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redis-om" -version = "0.0.3" +version = "0.0.4" description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard." authors = ["Andrew Brookins "] maintainers = ["Andrew Brookins "] @@ -12,6 +12,7 @@ classifiers = [ "Intended Audience :: Developers", "Topic :: Database :: Front-Ends" ] +include=["docs/*"] [tool.poetry.dependencies] python = "^3.8"