Include docs in build package
This commit is contained in:
parent
7d77348f13
commit
c128038d33
1 changed files with 2 additions and 1 deletions
|
@ -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 <andrew.brookins@redis.com>"]
|
||||
maintainers = ["Andrew Brookins <andrew.brookins@redis.com>"]
|
||||
|
@ -12,6 +12,7 @@ classifiers = [
|
|||
"Intended Audience :: Developers",
|
||||
"Topic :: Database :: Front-Ends"
|
||||
]
|
||||
include=["docs/*"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
|
Loading…
Reference in a new issue