Skip to content

Commit 4a0c4fe

Browse files
committed
Merge tag '0.1.0' into develop
0.1.0
2 parents b63c73e + 03f162e commit 4a0c4fe

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
[tool.poetry]
22
name = "taskiq-nats"
33
version = "0.1.0"
4-
description = ""
5-
authors = ["Pavel Kirilin <win10@list.ru>"]
4+
description = "NATS integration for taskiq"
5+
authors = ["taskiq-team <taskiq@norely.com>"]
66
readme = "README.md"
77
packages = [{ include = "taskiq_nats" }]
8+
classifiers = [
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-nats"
18+
repository = "https://github.com/taskiq-python/taskiq-nats"
19+
keywords = ["taskiq", "tasks", "distributed", "async", "nats", "result_backend"]
820

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

0 commit comments

Comments
 (0)