Update doc/en/how-to/writing_plugins.rst
This commit is contained in:
parent
e5c7bfbd4c
commit
ccf8a60a19
|
@ -157,8 +157,8 @@ it in your ``pyproject.toml`` file.
|
|||
|
||||
# sample ./pyproject.toml file
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "myproject"
|
||||
|
|
Loading…
Reference in New Issue