Skip to content

Commit f8ff4e2

Browse files
committed
Make project compatible with uv and poetry
1 parent c813d47 commit f8ff4e2

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

β€Žpoetry.lockβ€Ž

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ package = true
4545

4646
[tool.ruff.format]
4747
quote-style = "single"
48+
49+
[tool.poetry]
50+
name = "multi"
51+
version = "0.1.0"
52+
description = "πŸ“š Manage all my other projects πŸ“š"
53+
authors = ["Tom Ritchford <tom@swirly.com>"]
54+
readme = "README.md"
55+
56+
[tool.poetry.dependencies]
57+
python = ">=3.14"
58+
59+
4860
[build-system]
4961
requires = ["hatchling"]
5062
build-backend = "hatchling.build"

0 commit comments

Comments
Β (0)