Fix packaging example

This commit is contained in:
Ofek Lev 2022-10-12 11:51:26 -04:00 committed by GitHub
parent b7d4de1ea9
commit 86602ce6e0
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.