Skip to content

Commit 6dde55b

Browse files
committed
Make project compatible with uv and poetry
1 parent 2d80d49 commit 6dde55b

2 files changed

Lines changed: 22 additions & 10 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 & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ dev = [
2929
"ty>=0.0.14",
3030
]
3131

32-
[tool.uv]
33-
34-
[tool.uv.build-backend]
35-
module-root = ""
36-
source-include = ["tdir.pyi/**"]
37-
38-
[build-system]
39-
requires = ["uv_build>=0.9.0,<0.10.0"]
40-
build-backend = "uv_build"
41-
4232
[tool.coverage.run]
4333
branch = true
4434
source = ["tdir"]
@@ -54,3 +44,18 @@ line-length = 88
5444
[tool.ruff.format]
5545
quote-style = "single"
5646

47+
48+
[tool.poetry]
49+
name = "tdir"
50+
version = "0.1.0"
51+
description = "🗃 Create and fill a temporary directory 🗃"
52+
authors = ["Tom Ritchford <tom@swirly.com>"]
53+
readme = "README.md"
54+
55+
[tool.poetry.dependencies]
56+
python = ">=3.10"
57+
58+
59+
[build-system]
60+
requires = ["hatchling"]
61+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)