Skip to content

Commit 44fc70f

Browse files
committed
Make project compatible with uv and poetry
1 parent b55d941 commit 44fc70f

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
@@ -31,14 +31,6 @@ dev = [
3131
"ty>=0.0.14",
3232
]
3333

34-
[tool.uv]
35-
36-
[tool.uv.build-backend]
37-
module-root = ""
38-
39-
[build-system]
40-
requires = ["uv_build>=0.9.0,<0.10.0"]
41-
build-backend = "uv_build"
4234
[tool.coverage.run]
4335
branch = true
4436
source = ["num_name"]
@@ -48,3 +40,18 @@ fail_under = "100"
4840
skip_covered = true
4941
exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:", "raise NotImplementedError"]
5042

43+
44+
[tool.poetry]
45+
name = "nmr"
46+
version = "0.1.0"
47+
description = "🌐 Name all canonical things 🌐"
48+
authors = ["Tom Ritchford <tom@swirly.com>"]
49+
readme = "README.md"
50+
51+
[tool.poetry.dependencies]
52+
python = ">=3.10"
53+
54+
55+
[build-system]
56+
requires = ["hatchling"]
57+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)