Skip to content

Commit

Permalink
build: use uv to install hatch environment packages (#360)
Browse files Browse the repository at this point in the history
Fixes #326
  • Loading branch information
afuetterer committed May 4, 2024
1 parent a64a4f2 commit e3c72ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ packages = ["src/oaipmh_scythe"]
path = "src/oaipmh_scythe/__about__.py"

[tool.hatch.envs.default]
installer = "uv"
features = ["dev", "test"]
post-install-commands = ["pre-commit install"]
[tool.hatch.envs.default.scripts]
Expand Down

0 comments on commit e3c72ab

Please sign in to comment.