Skip to content

Commit 0bef3ae

Browse files
committed
Make project compatible with uv and poetry
1 parent 18fc029 commit 0bef3ae

2 files changed

Lines changed: 22 additions & 9 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: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ dev = [
3737
"ty>=0.0.14",
3838
]
3939

40-
[tool.uv]
41-
42-
[tool.uv.build-backend]
43-
module-root = ""
44-
45-
[build-system]
46-
requires = ["uv_build>=0.9.0,<0.10.0"]
47-
build-backend = "uv_build"
48-
4940
[tool.coverage.run]
5041
branch = true
5142
source = ["recs"]
@@ -65,3 +56,18 @@ line-length = 88
6556

6657
[tool.ruff.format]
6758
quote-style = "single"
59+
60+
[tool.poetry]
61+
name = "recs"
62+
version = "0.1.0"
63+
description = "🎙 The Universal Recorder 🎙"
64+
authors = ["Tom Ritchford <tom@swirly.com>"]
65+
readme = "README.md"
66+
67+
[tool.poetry.dependencies]
68+
python = ">=3.10"
69+
70+
71+
[build-system]
72+
requires = ["hatchling"]
73+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)