Skip to content

Commit

Permalink
workaround rye/hatch bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mad-moo committed Jan 21, 2025
1 parent 79efbe7 commit 71e4462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ repository = "https://github.com/rio-labs/rio-bootstrap"
documentation = "https://rio.dev/docs/api/Icon"

[build-system]
requires = ["hatchling"]
requires = ["hatchling==1.26.3", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true
Expand Down

0 comments on commit 71e4462

Please sign in to comment.