Compare commits

..

No commits in common. "6ac8034bbe4cbbbc07ac7fed5024da6dfeeb57a4" and "ba7a46d8c5e61789a1291751c246e7ce89af815c" have entirely different histories.

View file

@ -1,6 +1,6 @@
[project]
name = "mpd-now-playable"
dynamic = ["version"]
version = "0.0.1"
description = "Expose your MPD server as a 'now playable' app on MacOS"
authors = [
{name = "Danielle McLean", email = "dani@00dani.me"},
@ -24,16 +24,6 @@ lint = 'ruff check src/mpd_now_playable'
typecheck = 'mypy -p mpd_now_playable'
check = {composite = ['lint', 'typecheck']}
[tool.pdm.version]
source = "scm"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm.build]
excludes = ["**/.mypy_cache"]
[tool.pdm.dev-dependencies]
dev = [
"mypy>=1.7.1",