# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1738674686 -3600 # Tue Feb 04 14:11:26 2025 +0100 # Branch 18.0 # Node ID afcea8c548956ea5fefc9f9145e13e7034668015 # Parent bfbce03d6a7c6494a454b270e7145d046ca4b751 Add homepage and status classifier diff --git a/pyproject.toml b/pyproject.toml --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ keywords = ["odoo"] authors = [{ name = "XCG Consulting" }] classifiers = [ + "Development Status :: 5 - Production/Stable", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", @@ -26,6 +27,7 @@ test = [] [project.urls] +homepage = "https://orbeet.io/services/generateur-documents-redner/" repository = "https://orus.io/xcg/odoo-modules/redner" changelog = "https://orus.io/xcg/odoo-modules/redner/-/blob/branch/18.0/NEWS.rst" documentation = "https://xcg.pages.orus.io/odoo-modules/redner/en/"