Fix package name in pyproject.toml

This commit is contained in:
JelNiSław 2022-06-03 23:22:20 +02:00
parent 0c640215cb
commit b4f1130461
No known key found for this signature in database
GPG key ID: EA41571A0A88E97E

View file

@ -4,7 +4,7 @@ version = "0.1.0"
description = "Discord bot to help manage the Wulkanowy Discord server"
authors = ["JelNiSław <jelnislaw@gmail.com>"]
readme = "README.md"
packages = [{ include = "bot" }]
packages = [{ include = "wulkabot" }]
[tool.poetry.dependencies]
python = "^3.10"