Skip to content

Commit 9d56416

Browse files
committed
Make project compatible with uv and poetry
1 parent 550d4c2 commit 9d56416

2 files changed

Lines changed: 21 additions & 3 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: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,20 @@ exclude_lines = ["pragma: no cover", "if False:", "if __name__ == .__main__.:",
4141
[tool.ruff.format]
4242
quote-style = "single"
4343

44+
[project.scripts]
45+
tuney = "tuney.__main__:main"
46+
47+
[tool.poetry]
48+
name = "tuney"
49+
version = "0.1.0"
50+
description = "🎶 Turn text into music (#noAI) 🎶"
51+
authors = ["Tom Ritchford <tom@swirly.com>"]
52+
readme = "README.md"
53+
54+
[tool.poetry.dependencies]
55+
python = ">=3.12"
56+
57+
4458
[build-system]
4559
requires = ["hatchling"]
4660
build-backend = "hatchling.build"
47-
48-
[project.scripts]
49-
tuney = "tuney.__main__:main"

0 commit comments

Comments
 (0)