From 659081ac869191f1ee4fa39bd4d000fd7d502318 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 17 May 2024 09:58:56 +0200 Subject: [PATCH] Fix package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c6f6073..0da4ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ "Guilhem Lavaux ", ] readme = "README.md" -packages = [{include = "auto_seminar"}] +packages = [{include = "map2map"}] [tool.poetry.dependencies] python = "^3.10"