Skip to content

Commit cf4542f

Browse files
committed
Merge branch 'release/0.0.2'
2 parents c96642b + 829ccaa commit cf4542f

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

pyproject.toml

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
[tool.poetry]
22
name = "taskiq-pipelines"
3-
version = "0.1.0"
4-
description = ""
3+
version = "0.0.2"
4+
description = "Taskiq pipelines for task chaining."
55
authors = ["Pavel Kirilin <win10@list.ru>"]
6+
readme = "README.md"
7+
repository = "https://github.com/taskiq-python/taskiq-pipelines"
8+
license = "LICENSE"
9+
classifiers = [
10+
"Typing :: Typed",
11+
"Programming Language :: Python",
12+
"Programming Language :: Python :: 3",
13+
"Programming Language :: Python :: 3 :: Only",
14+
"Programming Language :: Python :: 3.7",
15+
"Programming Language :: Python :: 3.8",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Operating System :: OS Independent",
19+
"Intended Audience :: Developers",
20+
"Topic :: System :: Networking",
21+
"Development Status :: 3 - Alpha",
22+
]
23+
homepage = "https://github.com/taskiq-python/taskiq-pipelines"
24+
keywords = ["taskiq", "pipelines", "tasks", "distributed", "async"]
625

726
[tool.poetry.dependencies]
827
python = "^3.7"

0 commit comments

Comments
 (0)