Fix packaging example
This commit is contained in:
parent
b7d4de1ea9
commit
86602ce6e0
|
@ -22,7 +22,7 @@ The first few lines should look like this:
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[metadata]
|
[project]
|
||||||
name = "PACKAGENAME"
|
name = "PACKAGENAME"
|
||||||
|
|
||||||
where ``PACKAGENAME`` is the name of your package.
|
where ``PACKAGENAME`` is the name of your package.
|
||||||
|
|
Loading…
Reference in New Issue