Skip to content

Commit 8432455

Browse files
committed
Use uv for project management
1 parent 5be0a00 commit 8432455

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

pyproject.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[project]
2+
name = "beets-mpdqueue"
3+
version = "0.3.0"
4+
description = "Beets plugin to add imported files to MPD queue"
5+
readme = "README.md"
6+
license = "Apache-2.0"
7+
authors = [
8+
{ name = "Hamuko", email = "[email protected]" }
9+
]
10+
requires-python = ">=3.9"
11+
12+
[project.urls]
13+
Repository = "https://github.com/Hamuko/beets-mpdqueue"
14+
15+
[build-system]
16+
requires = ["hatchling"]
17+
build-backend = "hatchling.build"
18+
19+
[tool.hatch.build.targets.wheel]
20+
packages = ["beetsplug"]

setup.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

uv.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)