Fix package name in pyproject.toml
This commit is contained in:
parent
0c640215cb
commit
b4f1130461
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
description = "Discord bot to help manage the Wulkanowy Discord server"
|
description = "Discord bot to help manage the Wulkanowy Discord server"
|
||||||
authors = ["JelNiSław <jelnislaw@gmail.com>"]
|
authors = ["JelNiSław <jelnislaw@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{ include = "bot" }]
|
packages = [{ include = "wulkabot" }]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
|
|
Loading…
Reference in a new issue