# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1737650283 -3600
#      Thu Jan 23 17:38:03 2025 +0100
# Branch 18.0
# Node ID d0d63791f2acedf9997dee569379ef80457f93fa
# Parent  b10d8d089dd3cf44fe38ff73c101a5c8ceb279e1
Add summary in pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
 [project]
 name = "odoo-addon-converter"
+description = "Odoo addon to convert records to and from plain data structures"
 dynamic = ["version"]
 readme = "README.rst"
 requires-python = "~=3.11"