From 86602ce6e0683098c622e2aad530f989742bf6c9 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 12 Oct 2022 11:51:26 -0400 Subject: [PATCH] Fix packaging example --- doc/en/explanation/goodpractices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/explanation/goodpractices.rst b/doc/en/explanation/goodpractices.rst index 5277c2ac5..6b3af861a 100644 --- a/doc/en/explanation/goodpractices.rst +++ b/doc/en/explanation/goodpractices.rst @@ -22,7 +22,7 @@ The first few lines should look like this: requires = ["hatchling"] build-backend = "hatchling.build" - [metadata] + [project] name = "PACKAGENAME" where ``PACKAGENAME`` is the name of your package.