Skip to content

Commit f6dbbb4

Browse files
committed
Make project compatible with uv and poetry
1 parent 7d6f814 commit f6dbbb4

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
@@ -26,14 +26,6 @@ dev = [
2626
"ty>=0.0.14",
2727
]
2828

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

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

0 commit comments

Comments
 (0)