Skip to content

Commit

Permalink
Merge branch 'main' into dependency-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Mar 4, 2024
2 parents 2b1cd51 + 1191048 commit c59600b
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 @@ -563,7 +563,7 @@ dependencies = ["numpy>=1.0", "requests==10.1", "pandas", "pydantic>=1.7,<2"]
# 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 c59600b

Please sign in to comment.