Skip to content

Commit 7433f87

Browse files
committed
Make project compatible with uv and poetry
1 parent bcaaf6d commit 7433f87

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
@@ -30,15 +30,6 @@ dev = [
3030
"ty>=0.0.14",
3131
]
3232

33-
[tool.uv]
34-
35-
[tool.uv.build-backend]
36-
module-root = ""
37-
38-
[build-system]
39-
requires = ["uv_build>=0.9.0,<0.10.0"]
40-
build-backend = "uv_build"
41-
4233
[tool.coverage.run]
4334
branch = true
4435
source = ["editor"]
@@ -54,3 +45,18 @@ line-length = 88
5445
[tool.ruff.format]
5546
quote-style = "single"
5647

48+
49+
[tool.poetry]
50+
name = "editor"
51+
version = "0.1.0"
52+
description = "🖋 Open the default text editor 🖋"
53+
authors = ["Tom Ritchford <tom@swirly.com>"]
54+
readme = "README.md"
55+
56+
[tool.poetry.dependencies]
57+
python = ">=3.10"
58+
59+
60+
[build-system]
61+
requires = ["hatchling"]
62+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)