Skip to content

Commit 8b2ddef

Browse files
committed
Make project compatible with uv and poetry
1 parent 6d1d8d3 commit 8b2ddef

2 files changed

Lines changed: 22 additions & 11 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 & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,25 @@ dev = [
2222
"ty>=0.0.14",
2323
]
2424

25-
[tool.uv]
26-
27-
[tool.uv.build-backend]
28-
module-root = ""
29-
30-
3125
[tool.coverage]
32-
[build-system]
33-
requires = ["uv_build>=0.9.0,<0.10.0"]
34-
build-backend = "uv_build"
35-
36-
3726
[tool.ruff]
3827
line-length = 88
3928

4029
[tool.ruff.format]
4130
quote-style = "single"
4231

32+
33+
[tool.poetry]
34+
name = "clsprop"
35+
version = "0.1.0"
36+
description = "🏫 Just like @property but for classes 🏫"
37+
authors = ["Tom Ritchford <tom@swirly.com>"]
38+
readme = "README.md"
39+
40+
[tool.poetry.dependencies]
41+
python = ">=3.10"
42+
43+
44+
[build-system]
45+
requires = ["hatchling"]
46+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)