Merge pull request #10373 from ofek/patch-1

Fix packaging example
This commit is contained in:
Bruno Oliveira 2022-10-12 22:19:41 -03:00 committed by GitHub
commit 15ac0349b2
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.