Skip to content

Commit 6a314ec

Browse files
committed
Make project compatible with uv and poetry
1 parent ed770fc commit 6a314ec

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
@@ -12,10 +12,6 @@ dependencies = [
1212
"tyro>=1.0.9",
1313
]
1414

15-
[build-system]
16-
requires = ["hatchling"]
17-
build-backend = "hatchling.build"
18-
1915
[project.scripts]
2016
fing = "fing.__main__:main"
2117

@@ -33,3 +29,18 @@ dev = [
3329
"ruff>=0.15.2",
3430
"ty>=0.0.18",
3531
]
32+
33+
[tool.poetry]
34+
name = "fing"
35+
version = "0.1.0"
36+
description = "🖐️ A universal representation of fingering systems for winds, reeds, and brass 🖐️"
37+
authors = ["Tom Ritchford <tom@swirly.com>"]
38+
readme = "README.md"
39+
40+
[tool.poetry.dependencies]
41+
python = ">=3.11"
42+
43+
44+
[build-system]
45+
requires = ["hatchling"]
46+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)