Skip to content

Commit a03b484

Browse files
Merge branch 'main' into author-formatting
2 parents 665fd2d + 1191048 commit a03b484

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
@@ -616,7 +616,7 @@ dependencies = ["xarray", "requests"]
616616
# This is the metadata that pip reads to understand what versions your package supports
617617
requires-python = ">=3.10"
618618
readme = "README.md"
619-
license = { FILE = LICENSE }
619+
license = { file = "LICENSE" }
620620

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

0 commit comments

Comments
 (0)