Skip to content

Commit 9859133

Browse files
committed
Make project compatible with uv and poetry
1 parent e66ad7c commit 9859133

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

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

49+
50+
[tool.poetry]
51+
name = "abbrev"
52+
version = "0.1.0"
53+
description = "🐜 Expand abbreviations 🐜"
54+
authors = ["Tom Ritchford <tom@swirly.com>"]
55+
readme = "README.md"
56+
57+
[tool.poetry.dependencies]
58+
python = ">=3.10"
59+
60+
61+
[build-system]
62+
requires = ["hatchling"]
63+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)