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
|
# sample ./pyproject.toml file
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools"]
|
requires = ["hatchling"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "myproject"
|
name = "myproject"
|
||||||
|
|
Loading…
Reference in New Issue