aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/pyside6/doc/developer/add_tool.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/developer/add_tool.rst b/sources/pyside6/doc/developer/add_tool.rst
index bbfb9f8fd..4c341eb0a 100644
--- a/sources/pyside6/doc/developer/add_tool.rst
+++ b/sources/pyside6/doc/developer/add_tool.rst
@@ -26,7 +26,7 @@ Add a Qt tool wrapper
- Install the files (``sources/pyside-tools/CMakeLists.txt``).
- Include the tool in the deprecated 'setup.py bdist_wheel' process:
- - Add an entry point in ``build_scripts/config.py``.
+ - Add the tool in ``build_scripts/__init__.py``.
- Copy the files to the wheels in ``build_scripts/platforms/*.py``.