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"