Merge pull request #10375 from pytest-dev/backport-10373-to-7.1.x
[7.1.x] Fix packaging example
This commit is contained in:
commit
225fba1fe4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue