From b4f1130461c2854f63afac5105b6423b644e2b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JelNiS=C5=82aw?= Date: Fri, 3 Jun 2022 23:22:20 +0200 Subject: [PATCH] Fix package name in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f17871..1af5296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Discord bot to help manage the Wulkanowy Discord server" authors = ["JelNiSÅ‚aw "] readme = "README.md" -packages = [{ include = "bot" }] +packages = [{ include = "wulkabot" }] [tool.poetry.dependencies] python = "^3.10"