Skip to content

Commit

Permalink
Merge branch 'release/0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Aug 29, 2022
2 parents c96642b + 829ccaa commit cf4542f
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
[tool.poetry]
name = "taskiq-pipelines"
version = "0.1.0"
description = ""
version = "0.0.2"
description = "Taskiq pipelines for task chaining."
authors = ["Pavel Kirilin <[email protected]>"]
readme = "README.md"
repository = "https://github.com/taskiq-python/taskiq-pipelines"
license = "LICENSE"
classifiers = [
"Typing :: Typed",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: System :: Networking",
"Development Status :: 3 - Alpha",
]
homepage = "https://github.com/taskiq-python/taskiq-pipelines"
keywords = ["taskiq", "pipelines", "tasks", "distributed", "async"]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit cf4542f

Please sign in to comment.