Use uv instead of rye

This commit is contained in:
2025-01-02 10:11:23 +03:00
parent 2e17220ad6
commit f5c8eee2ab
7 changed files with 1099 additions and 121 deletions

View File

@@ -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