Skip to content

Commit

Permalink
Merge branch 'main' into pyproject-toml-sectioning-2
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 4, 2024
2 parents 957dac7 + 1191048 commit 6f768f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pyproject-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ dependencies = ["xarray", "requests"]
# This is the metadata that pip reads to understand what versions your package supports
requires-python = ">=3.10"
readme = "README.md"
license = { FILE = LICENSE }
license = { file = "LICENSE" }

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

0 comments on commit 6f768f5

Please sign in to comment.