Skip to content

Commit a5a1dad

Browse files
committed
Make project compatible with uv and poetry
1 parent 08fc6a8 commit a5a1dad

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
@@ -39,14 +39,6 @@ dev = [
3939
"ty>=0.0.14",
4040
]
4141

42-
[tool.uv]
43-
44-
[tool.uv.build-backend]
45-
module-root = ""
46-
47-
[build-system]
48-
requires = ["uv_build>=0.9.0,<0.10.0"]
49-
build-backend = "uv_build"
5042
[tool.coverage.run]
5143
branch = true
5244
source = "vl8"
@@ -56,3 +48,18 @@ fail_under = "60"
5648
skip_covered = true
5749
exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
5850

51+
52+
[tool.poetry]
53+
name = "vl8"
54+
version = "0.1.0"
55+
description = "🔉 Perturbed audio 🔉"
56+
authors = ["Tom Ritchford <tom@swirly.com>"]
57+
readme = "README.md"
58+
59+
[tool.poetry.dependencies]
60+
python = ">=3.10"
61+
62+
63+
[build-system]
64+
requires = ["hatchling"]
65+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)