Merge pull request #10375 from pytest-dev/backport-10373-to-7.1.x

[7.1.x] Fix packaging example
This commit is contained in:
Bruno Oliveira
2022-10-12 22:41:00 -03:00
committed by GitHub

View File

@@ -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.