Skip to content

Commit 438b6c0

Browse files
committed
Change pyproject.toml
1 parent 7d2ba79 commit 438b6c0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ name = "taskiq-redis"
33
version = "0.0.2"
44
description = "Redis integration for taskiq"
55
authors = ["taskiq-team <[email protected]>"]
6-
6+
readme = "README.md"
7+
classifiers = [
8+
"Programming Language :: Python",
9+
"Programming Language :: Python :: 3",
10+
"Programming Language :: Python :: 3 :: Only",
11+
"Programming Language :: Python :: 3.7",
12+
"Programming Language :: Python :: 3.8",
13+
"Programming Language :: Python :: 3.9",
14+
"Programming Language :: Python :: 3.10",
15+
]
16+
homepage = "https://github.com/taskiq-python/taskiq-redis"
17+
repository = "https://github.com/taskiq-python/taskiq-redis"
18+
keywords = ["taskiq", "tasks", "distributed", "async", "redis", "result_backend"]
719

820
[tool.poetry.dependencies]
921
python = "^3.7"

0 commit comments

Comments
 (0)