Skip to content

Commit 80d57ec

Browse files
committed
Make project compatible with uv and poetry
1 parent 6c30362 commit 80d57ec

2 files changed

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

31-
[build-system]
32-
requires = ["hatchling"]
33-
build-backend = "hatchling.build"
34-
3531
[tool.coverage.run]
3632
branch = true
3733
source = ["impall"]
@@ -48,3 +44,18 @@ line-length = 88
4844
[tool.ruff.format]
4945
quote-style = "single"
5046

47+
48+
[tool.poetry]
49+
name = "impall"
50+
version = "0.1.0"
51+
description = "πŸ›Ž Test-import all modules πŸ›Ž"
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)