Skip to content

Commit 04d51c1

Browse files
committed
Make project compatible with uv and poetry
1 parent b4d0716 commit 04d51c1

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
@@ -28,14 +28,6 @@ dev = [
2828
"ty>=0.0.14",
2929
]
3030

31-
[tool.uv]
32-
33-
[tool.uv.build-backend]
34-
module-root = ""
35-
36-
[build-system]
37-
requires = ["uv_build>=0.9.0,<0.10.0"]
38-
build-backend = "uv_build"
3931
[tool.coverage.run]
4032
branch = true
4133
source = "wavemap"
@@ -45,3 +37,18 @@ fail_under = "68"
4537
skip_covered = true
4638
exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
4739

40+
41+
[tool.poetry]
42+
name = "wavemap"
43+
version = "0.1.0"
44+
description = "🌊 Memory map WAVE or raw audio files 🌊"
45+
authors = ["Tom Ritchford <tom@swirly.com>"]
46+
readme = "README.md"
47+
48+
[tool.poetry.dependencies]
49+
python = ">=3.10"
50+
51+
52+
[build-system]
53+
requires = ["hatchling"]
54+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)