Skip to content

Commit 527fc94

Browse files
committed
Make project compatible with uv and poetry
1 parent 8243d0d commit 527fc94

2 files changed

Lines changed: 22 additions & 8 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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ dev = [
2525
"ty>=0.0.14",
2626
]
2727

28-
[tool.uv]
29-
30-
[tool.uv.build-backend]
31-
module-root = ""
32-
33-
[build-system]
34-
requires = ["uv_build>=0.9.0,<0.10.0"]
35-
build-backend = "uv_build"
3628
[tool.coverage.run]
3729
branch = true
3830
source = ["sproc"]
@@ -48,3 +40,18 @@ line-length = 88
4840
[tool.ruff.format]
4941
quote-style = "single"
5042

43+
44+
[tool.poetry]
45+
name = "sproc"
46+
version = "0.1.0"
47+
description = "⛏ Subprocesseses for subhumanses ⛏"
48+
authors = ["Tom Ritchford <tom@swirly.com>"]
49+
readme = "README.md"
50+
51+
[tool.poetry.dependencies]
52+
python = ">=3.10"
53+
54+
55+
[build-system]
56+
requires = ["hatchling"]
57+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)