summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create_buildsys_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create_buildsys_python.py')
-rw-r--r--scripts/lib/recipetool/create_buildsys_python.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py
index a2af41fdda..60c5903450 100644
--- a/scripts/lib/recipetool/create_buildsys_python.py
+++ b/scripts/lib/recipetool/create_buildsys_python.py
@@ -735,6 +735,7 @@ class PythonPyprojectTomlRecipeHandler(PythonRecipeHandler):
735 "poetry.core.masonry.api": "python_poetry_core", 735 "poetry.core.masonry.api": "python_poetry_core",
736 "flit_core.buildapi": "python_flit_core", 736 "flit_core.buildapi": "python_flit_core",
737 "hatchling.build": "python_hatchling", 737 "hatchling.build": "python_hatchling",
738 "maturin": "python_maturin",
738 } 739 }
739 740
740 # setuptools.build_meta and flit declare project metadata into the "project" section of pyproject.toml 741 # setuptools.build_meta and flit declare project metadata into the "project" section of pyproject.toml