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
commit 225fba1fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.