Skip to content

Commit

Permalink
Fix typo in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jun 8, 2024
1 parent f0a4f86 commit c3cc770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = ["version"]

[project.optional-dependencies]
test = [
# Building editable wheels with hatchling (which what do in our tests) requires
# Building editable wheels with hatchling (which is what do in our tests) requires
# 'editables' to be installed, but it is not a direct dependency of hatchling
# (it is provided by the get_requires_for_build_editable hook).
# So we install it here as a test dependency.
Expand Down

0 comments on commit c3cc770

Please sign in to comment.