diff --git a/pyproject.toml b/pyproject.toml index 7e495a3..550b46f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,12 @@ requires = ['poetry-core>=1.3'] build-backend = 'poetry.core.masonry.api' [tool.metadata] -display_name = 'reunion 2024 github' +display_name = 'reunion 2024' package_name = 'solution-reunion-2024-github' lib_name = 'solution_reunion_2024_github' [tool.poetry] -name = 'solution-reunion-2024-github' +name = 'solution-reunion-2024' version = '0.1.0' description = 'Lime CRM solution' authors = ['Author '] @@ -18,7 +18,7 @@ name = 'lime' url = 'https://pypi.lime.tech/simple/' [tool.poetry.plugins.lime_plugins] -'solution-reunion-2024-github' = 'solution_reunion_2024_github' +'solution-reunion-2024' = 'solution_reunion_2024' [tool.poetry.dependencies] python = '^3.11'