mirror of
https://github.com/alanorth/safari-bingo-cards.git
synced 2025-09-05 11:32:42 +02:00
Use uv instead of rye
This commit is contained in:
@@ -18,17 +18,13 @@ requires-python = ">= 3.10"
|
||||
[project.scripts]
|
||||
generate = "safari_bingo_cards:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.rye]
|
||||
virtual = true
|
||||
managed = true
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"isort~=5.13.2",
|
||||
"ipython~=8.25.0",
|
||||
]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length=88
|
||||
|
Reference in New Issue
Block a user