Skip to content

Commit

Permalink
Fix hatchling version
Browse files Browse the repository at this point in the history
Metadata version 2.3 didn't seem to be accepted by PyPI.
  • Loading branch information
otsaloma committed Apr 5, 2024
1 parent d78775e commit 21a315a
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.21.1"]
build-backend = "hatchling.build"

[project]
Expand Down

0 comments on commit 21a315a

Please sign in to comment.