Skip to content

Commit 8688593

Browse files
committed
Metainfo update.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 83bae57 commit 8688593

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ version = "0.0.1"
44
description = "RabbitMQ broker for taskiq"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
readme = "README.md"
7+
classifiers = [
8+
"Framework :: Taskiq",
9+
"Programming Language :: Python",
10+
"Programming Language :: Python :: 3",
11+
"Programming Language :: Python :: 3 :: Only",
12+
"Programming Language :: Python :: 3.7",
13+
"Programming Language :: Python :: 3.8",
14+
"Programming Language :: Python :: 3.9",
15+
"Programming Language :: Python :: 3.10",
16+
]
17+
homepage = "https://github.com/taskiq-python/taskiq-aio-pika"
18+
repository = "https://github.com/taskiq-python/taskiq-aio-pika"
19+
keywords = ["taskiq", "tasks", "distributed", "async", "aio-pika"]
720

821
[tool.poetry.dependencies]
922
python = "^3.7"

0 commit comments

Comments
 (0)