Skip to content
Snippets Groups Projects
Commit cb55c56f authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:sparkles: Also install shell scripts

parent e9c42cce
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
Support for Odoo 16.0 super project: add new python_packages configuration key. Support for Odoo 16.0 super project: add new python_packages configuration key.
Install shell scripts too.
19.1.0 19.1.0
------ ------
......
...@@ -76,6 +76,15 @@ ...@@ -76,6 +76,15 @@
requires = ["setuptools >= 45", "wheel", "setuptools_scm[toml] >= 6.2"] requires = ["setuptools >= 45", "wheel", "setuptools_scm[toml] >= 6.2"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools]
script-files = [
"create_archive",
"create_documentation",
"do_tests",
"run_tests",
"start"
]
[tool.setuptools_scm] [tool.setuptools_scm]
[tool.black] [tool.black]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment