Skip to content

Commit c128038

Browse files
author
Andrew Brookins
committed
Include docs in build package
1 parent 7d77348 commit c128038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redis-om"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "A high-level library containing useful Redis abstractions and tools, like an ORM and leaderboard."
55
authors = ["Andrew Brookins <[email protected]>"]
66
maintainers = ["Andrew Brookins <[email protected]>"]
@@ -12,6 +12,7 @@ classifiers = [
1212
"Intended Audience :: Developers",
1313
"Topic :: Database :: Front-Ends"
1414
]
15+
include=["docs/*"]
1516

1617
[tool.poetry.dependencies]
1718
python = "^3.8"

0 commit comments

Comments
 (0)