Skip to content

Commit ca23b34

Browse files
committed
Make project compatible with uv and poetry
1 parent dac72d8 commit ca23b34

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
@@ -22,15 +22,6 @@ dev = [
2222
"ty>=0.0.14",
2323
]
2424

25-
[tool.uv]
26-
27-
[tool.uv.build-backend]
28-
module-root = ""
29-
30-
[build-system]
31-
requires = ["uv_build>=0.9.0,<0.10.0"]
32-
build-backend = "uv_build"
33-
3425
[tool.coverage.run]
3526
branch = true
3627
source = ["runs"]
@@ -47,3 +38,18 @@ line-length = 88
4738
[tool.ruff.format]
4839
quote-style = "single"
4940

41+
42+
[tool.poetry]
43+
name = "runs"
44+
version = "0.1.0"
45+
description = "🏃 Run a block of text as a subprocess 🏃"
46+
authors = ["Tom Ritchford <tom@swirly.com>"]
47+
readme = "README.md"
48+
49+
[tool.poetry.dependencies]
50+
python = ">=3.10"
51+
52+
53+
[build-system]
54+
requires = ["hatchling"]
55+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)