Skip to content

Commit c46e42d

Browse files
committed
Make project compatible with uv and poetry
1 parent 8096c6e commit c46e42d

2 files changed

Lines changed: 20 additions & 7 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: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,22 @@ dev = [
4040
"ty>=0.0.14",
4141
]
4242

43-
[tool.uv.build-backend]
44-
module-root = ""
45-
46-
4743
[tool.coverage]
4844

4945
[tool.ruff.format]
5046
quote-style = "single"
51-
[build-system]
52-
requires = ["uv_build>=0.9.0,<0.10.0"]
53-
build-backend = "uv_build"
5447

48+
[tool.poetry]
49+
name = "litoid"
50+
version = "0.1.0"
51+
description = "💡Sequence DMX lighting 💡"
52+
authors = ["Tom Ritchford <tom@swirly.com>"]
53+
readme = "README.md"
54+
55+
[tool.poetry.dependencies]
56+
python = ">=3.11"
5557

58+
59+
[build-system]
60+
requires = ["hatchling"]
61+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)