Skip to content

Commit 86602ce

Browse files
authored
Fix packaging example
1 parent b7d4de1 commit 86602ce

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)