Skip to content

Commit 8b8792b

Browse files
committed
Make project compatible with uv and poetry
1 parent dbb952f commit 8b8792b

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
@@ -21,10 +21,6 @@ dev = [
2121
"ty>=0.0.14",
2222
]
2323

24-
[build-system]
25-
requires = ["hatchling"]
26-
build-backend = "hatchling.build"
27-
2824
[tool.coverage.run]
2925
branch = true
3026
include = "cfgs.py"
@@ -37,3 +33,18 @@ exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:",
3733

3834
[tool.ruff.format]
3935
quote-style = "single"
36+
37+
[tool.poetry]
38+
name = "cfgs"
39+
version = "0.1.0"
40+
description = "πŸ‡ XDG standard config files πŸ‡"
41+
authors = ["Tom Ritchford <tom@swirly.com>"]
42+
readme = "README.md"
43+
44+
[tool.poetry.dependencies]
45+
python = ">=3.10"
46+
47+
48+
[build-system]
49+
requires = ["hatchling"]
50+
build-backend = "hatchling.build"

0 commit comments

Comments
Β (0)