mirror of https://github.com/pytest-dev/pytest.git
[7.1.x] Fix packaging example
This commit is contained in:
parent
0cd2867872
commit
e23e4e9c49
|
@ -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