Update doc/en/how-to/writing_plugins.rst

This commit is contained in:
Bruno Oliveira 2022-10-09 17:30:23 -03:00 committed by GitHub
parent e5c7bfbd4c
commit ccf8a60a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"