diff --git a/NEWS.rst b/NEWS.rst index e9c42cce0f109ddb48aa85e12122bd17c6f06bdf_TkVXUy5yc3Q=..cb55c56f2bdb023901a1311e7087f2650b9f5ee0_TkVXUy5yc3Q= 100644 --- 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 index e9c42cce0f109ddb48aa85e12122bd17c6f06bdf_cHlwcm9qZWN0LnRvbWw=..cb55c56f2bdb023901a1311e7087f2650b9f5ee0_cHlwcm9qZWN0LnRvbWw= 100644 --- 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]