Skip to content

Commit 15ac034

Browse files
authored
Merge pull request #10373 from ofek/patch-1
Fix packaging example
2 parents b7d4de1 + 86602ce commit 15ac034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/explanation/goodpractices.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The first few lines should look like this:
2222
requires = ["hatchling"]
2323
build-backend = "hatchling.build"
2424
25-
[metadata]
25+
[project]
2626
name = "PACKAGENAME"
2727
2828
where ``PACKAGENAME`` is the name of your package.

0 commit comments

Comments
 (0)