# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1678105586 -3600
#      Mon Mar 06 13:26:26 2023 +0100
# Node ID cb55c56f2bdb023901a1311e7087f2650b9f5ee0
# Parent  e9c42cce0f109ddb48aa85e12122bd17c6f06bdf
✨ Also install shell scripts

diff --git a/NEWS.rst b/NEWS.rst
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -7,6 +7,8 @@
 
 Support for Odoo 16.0 super project: add new python_packages configuration key.
 
+Install shell scripts too.
+
 19.1.0
 ------
 
diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -76,6 +76,15 @@
 requires = ["setuptools >= 45", "wheel", "setuptools_scm[toml] >= 6.2"]
 build-backend = "setuptools.build_meta"
 
+[tool.setuptools]
+script-files = [
+  "create_archive",
+  "create_documentation",
+  "do_tests",
+  "run_tests",
+  "start"
+]
+
 [tool.setuptools_scm]
 
 [tool.black]