Include logo.svg in build process
This commit is contained in:
parent
ba7a46d8c5
commit
3eefc351f7
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue