Skip to content

Commit 6f768f5

Browse files
Merge branch 'main' into pyproject-toml-sectioning-2
2 parents 957dac7 + 1191048 commit 6f768f5

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)