Include logo.svg in build process

This commit is contained in:
Danielle McLean 2023-12-02 13:25:56 +11:00
parent ba7a46d8c5
commit 3eefc351f7
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -24,6 +24,13 @@ lint = 'ruff check src/mpd_now_playable'
typecheck = 'mypy -p mpd_now_playable'
check = {composite = ['lint', 'typecheck']}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.pdm.build]
excludes = ["**/.mypy_cache"]
[tool.pdm.dev-dependencies]
dev = [
"mypy>=1.7.1",