We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50848e7 commit dc3dc59Copy full SHA for dc3dc59
docs/customization/python_class.md
@@ -4,7 +4,7 @@ The basic steps are:
4
5
1. Inheriting from `BaseCommitizen`.
6
2. Give a name to your rules.
7
-3. Create a python package using `setup.py`, `poetry`, etc.
+3. Create a Python package using proper [build backend](https://packaging.python.org/en/latest/glossary/#term-Build-Backend)
8
4. Expose the class as a `commitizen.plugin` entrypoint.
9
10
Check an [example][convcomms] on how to configure `BaseCommitizen`.
0 commit comments