Skip to content

Commit

Permalink
chore: add info to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Fedotov committed Sep 19, 2022
1 parent c833a4c commit 314e7be
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,20 @@ exclude = '''
[tool.poetry]
name = "comlink"
version = "0.1.0"
description = ""
authors = []
description = "Send and receive messages by using SQS queues."
authors = ["Artem Fedotov"]
license = "MIT"
readme = "README.md"
packages = [
{ include = "comlink" },
]

homepage = "https://github.com/art1415926535/comlink"
repository = "https://github.com/art1415926535/comlink"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/art1415926535/comlink/issues"
"Change Log" = "https://github.com/art1415926535/comlink/releases"

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

0 comments on commit 314e7be

Please sign in to comment.