From ccf8a60a193b0afba05a32eabd92a404178760bc Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 9 Oct 2022 17:30:23 -0300 Subject: [PATCH] Update doc/en/how-to/writing_plugins.rst --- doc/en/how-to/writing_plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/how-to/writing_plugins.rst b/doc/en/how-to/writing_plugins.rst index be35dc2b8..68ed96ee0 100644 --- a/doc/en/how-to/writing_plugins.rst +++ b/doc/en/how-to/writing_plugins.rst @@ -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"