Skip to content

Commit 13de816

Browse files
Update tutorials/pyproject-toml.md
Co-authored-by: Jonny Saunders <sneakers-the-rat@protonmail.com>
1 parent 8e150d5 commit 13de816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ dependencies = ["xarray", "requests"]
529529
# This is the metadata that pip reads to understand what versions your package supports
530530
requires-python = ">=3.10"
531531
readme = "README.md"
532-
license = { FILE = LICENSE }
532+
license = { file = "LICENSE" }
533533

534534
# Add urls for your home page, issue tracker and source code
535535
[project.urls] # Optional

0 commit comments

Comments
 (0)