From 76d4c8a641996f8e5342f7fa6bd73e086c002890 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 22 Jan 2023 19:01:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20backend=20project=20(id?= =?UTF-8?q?fm-matrix-widget=20->=20carrramba-encore-rate)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the pyproject.toml file. --- backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 06dcbcf..e7d55af 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] -name = "idfm-matrix-widget" +name = "carrramba-encore-rate" version = "0.1.0" description = "" authors = ["Adrien SUEUR "] readme = "README.md" -packages = [{include = "idfm_matrix_backend"}] +packages = [{include = "backend"}] [tool.poetry.dependencies] python = "^3.11"