From c50ce5d71e781e16df9d5e74af6c69c3e59a31e5 Mon Sep 17 00:00:00 2001 From: Bluenix Date: Sun, 28 Nov 2021 16:08:50 +0100 Subject: [PATCH] Specify module name Since the name of the module is different to the name of the package we must explicitly tell flit this. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c627266..54a36b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,3 +39,6 @@ repository = "https://github.com/Bluenix2/discord-gateway/" [build-system] requires = ["flit_core >=3.5<4"] build-backend = "flit_core.buildapi" + +[tool.flit] +module = {name = "discord_gateway"}