Skip to content

Commit 4fe5e48

Browse files
committed
Updated pyproject.toml.
Signed-off-by: Pavel Kirilin <[email protected]>
1 parent 4728274 commit 4fe5e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[tool.poetry]
22
name = "taskiq"
33
version = "0.1.1"
4-
description = ""
4+
description = "Asynchronous task queue with async support"
55
authors = ["Pavel Kirilin <[email protected]>"]
66
maintainers = ["Pavel Kirilin <[email protected]>"]
77
readme = "README.md"
88
repository = "https://github.com/taskiq-python/taskiq"
9-
license = "MIT"
9+
license = "LICENSE"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.7"

0 commit comments

Comments
 (0)