Skip to content

Commit dc3dc59

Browse files
bearomorphismLee-W
andauthored
Update docs/customization/python_class.md
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent 50848e7 commit dc3dc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization/python_class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The basic steps are:
44

55
1. Inheriting from `BaseCommitizen`.
66
2. Give a name to your rules.
7-
3. Create a python package using `setup.py`, `poetry`, etc.
7+
3. Create a Python package using proper [build backend](https://packaging.python.org/en/latest/glossary/#term-Build-Backend)
88
4. Expose the class as a `commitizen.plugin` entrypoint.
99

1010
Check an [example][convcomms] on how to configure `BaseCommitizen`.

0 commit comments

Comments
 (0)